TdxCustomDockControlProperties.ManagerFont Property
Specifies the default value of the ManagerFont property of dynamically created dock controls.
Declaration
property ManagerFont: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the ManagerFont property to set the default value for the ManagerFont property of dock controls created dynamically. Please refer to the dock control’s ManagerFont property description for details on the functionality it provides.
The default value of the ManagerFont property is True.
See Also