TdxLayoutWebLookAndFeelGroupCaptionOptions Members
Represents group caption options for the Web look & feel style.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomLayoutLookAndFeelOptions) | Creates a new TdxLayoutLookAndFeelCaptionOptions class instance. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
Properties
| Name | Description |
|---|---|
| Color | Specifies the color for the group caption region. |
| Font | Specifies caption font. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| HotTrack |
Specifies whether a caption is highlighted when the mouse passes over it. Descritpion Use the HotTrack property to specify the manner in which a caption responds to mouse movements over it. Set the HotTrack property to True in order to provide visual feedback as to which caption is under the mouse. When the HotTrack property is False, there is no visual feedback when the mouse passes over captions. To specify hot tracking styles, use the HotTrackStyles property. The default value of the HotTrack property is False. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| HotTrackStyles | Specifies hot tracking styles. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| SeparatorWidth | Specifies the space (in pixels) between a layout group‘s caption and items. |
| TextColor |
Specifies the caption’s text color. The default value of the TextColor property is clDefault. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| TextDisabledColor | Specifies the text color for disabled layout elements. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| TextHotColor |
Specifies the text color of the hot-tracked caption. Descritpion Use the TextHotColor property to specify caption text color when hot tracking is active and the caption is beneath the mouse. To activate hot tracking, set the HotTrack property to True. The default value of the TextHotColor property is clDefault. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| UseDefaultFont |
Specifies whether to use the default settings for the caption’s font. Descritpion If the UseDefaultFont property is True, caption font settings use default settings, regardless of the current Font property value. If the UseDefaultFont property is set to False, you can modify caption font as your application needs dictate. Changing caption font sets the UseDefaultFont property to False. The default value of the UseDefaultFont property is True. Inherited from TdxLayoutLookAndFeelCaptionOptions. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetColor(TObject) | |
| GetFont(TComponent) | Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetTextColor(TObject) | Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| GetTextDisabledColor(TObject) | Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| GetTextHotColor(TObject) | Inherited from TdxLayoutLookAndFeelCaptionOptions. |
| ToString | Inherited from TObject. |