|
property CustomDraw: boolean read FCustomDraw write SetCustomDraw default true; |
|
property FullItemWidth: integer read FFullItemWidth write SetFullItemWidth default 64; |
|
property FullItemHeight: integer read FFullItemHeight write SetFullItemHeight default 64; |
|
property FullIconItemVSpace: integer read FFullIconItemVSpace write SetFullIconItemVSpace default 0; |
|
property FullItemMargin: integer read FFullItemMargin write SetFullItemMargin default 0; |
|
property ItemFrameType: TFrameType read FItemFrameType write SetItemFrameType default ft3D; |
|
property ItemFrameColor: TColor read FItemFrameColor write SetItemFrameColor default clWindowFrame; |
|
property ItemFrameColorFocused: TColor read FItemFrameColorFocused write SetItemFrameColorFocused default clHotLight; |
|
property ItemBkColor: TColor read FItemBkColor write SetItemBkColor default clNone; |
|
property ItemBkColorSelected: TColor read FItemBkColorSelected write SetItemBkColorSelected default clNone; |
|
property ItemBkColorHot: TColor read FItemBkColorHot write SetItemBkColorHot default clNone; |
|
property Images: TCustomImageList read FImages write SetImages; |
|
property ImageMargin: integer read FImageMargin write SetImageMargin default 4; |
|
property ImageFrameType: TFrameType read FImageFrameType write SetImageFrameType default ftNone; |
|
property ImageFrameColor: TColor read FImageFrameColor write SetImageFrameColor default clWindowFrame; |
|
property ImageBkColor: TColor read FImageBkColor write SetImageBkColor default clNone; |
|
property ImageStretch: boolean read FImageStretch write SetImageStretch default true; |
|
property ImageTransparent: boolean read FImageTransparent write SetImageTransparent default true; |
|
property StateImages: TCustomImageList read FStateImages write SetStateImages; |
|
property StateNotLoadedIndex: integer read FStateNotLoadedIndex write FStateNotLoadedIndex default - 1; |
|
property StateNotDefinedIndex: integer read FStateNotDefinedIndex write FStateNotDefinedIndex default - 1; |
|
property StateErrorIndex: integer read FStateErrorIndex write FStateErrorIndex default - 1; |
|
property TextWidth: integer read FTextWidth write SetTextWidth default 0; |
|
property TextHeight: integer read FTextHeight write SetTextHeight default 0; |
|
property TextLines: integer read FTextLines write SetTextLines default 0; |
|
property TextWordWrap: boolean read FTextWordWrap write FTextWordWrap default true; |
|
property TextAlignment: TAlignment read FTextAlignment write SetTextAlignment default taCenter; |
|
property TextLayout: TTextLayout read FTextLayout write SetTextLayout default tlCenter; |
|
property TextMargin: integer read FTextMargin write SetTextMargin default 4; |
|
property TextFrameType: TFrameType read FTextFrameType write SetTextFrameType default ftNone; |
|
property TextFrameColor: TColor read FTextFrameColor write SetTextFrameColor default clWindowFrame; |
|
property TextBkColor: TColor read FTextBkColor write SetTextBkColor default clNone; |
|
property TextTabGridWidth: byte read FTextTabGridWidth write SetTextTabGridWidth default 30; |