RAD Studio VCL Reference
|
TThemedElementDetails describes a themed user interface element.
TThemedElementDetails = record Element: TThemedElement; Part: Integer; State: Integer; end;
struct TThemedElementDetails { TThemedElement Element; int Part; int State; };
TThemedElementDetails is a record that contains information useful when applying themes to a user interface element. The following table lists each member of TThemedElementDetails and its meaning.
Member |
Description |
Element |
The type of the user interface element. |
Part |
The part of the control being themed. |
State |
The state of the user interface element. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|