TdxCustomDockControlProperties Properties
Serves as the base for classes providing default settings for dynamically created dock controls.| Name | Description |
|---|---|
| AllowClosing | |
| AllowDock | Specifies the default value of the AllowDock property of dynamically created dock controls. |
| AllowDockClients | Specifies the default value of the AllowDockClients property of dynamically created dock controls. |
| AllowFloating | Specifies the default value of the AllowFloating property of dynamically created dock controls. |
| Caption | Specifies the default caption of dynamically created dock controls. |
| CaptionButtons | Specifies the default value of the CaptionButtons property of dynamically created dock controls. |
| Color | Specifies the default value of the Color property of dynamically created dock controls. |
| Cursor | Specifies the default value of the Cursor property of dynamically created dock controls. |
| CustomCaptionButtons | Specifies the default settings of the CustomCaptionButtons property in dynamically created dock controls. |
| Dockable | Specifies the default value of the Dockable property of dynamically created dock controls. |
| Font | Specifies the default value of the Font property of dynamically created dock controls. |
| Hint | Specifies the default value of the Hint property of dynamically created dock controls. |
| ImageIndex | Specifies the default value of the ImageIndex property of dynamically created dock controls. |
| ManagerColor | Specifies the default value of the ManagerColor property of dynamically created dock controls. |
| ManagerFont | Specifies the default value of the ManagerFont property of dynamically created dock controls. |
| PopupMenu | Specifies the default value of the PopupMenu property of dynamically created dock controls. |
| ShowCaption | Specifies the default value of the ShowCaption property of dynamically created dock controls. |
| ShowHint | Specifies the default value of the ShowHint property of dynamically created dock controls. |
| Tag | Specifies the default value of the Tag property of dynamically created dock controls. |
See Also