TdxBarDockControl.UseOwnSunkenBorder Property
Specifies whether an external dock control’s border is drawn using its own border settings.
Declaration
property UseOwnSunkenBorder: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If the UseOwnSunkenBorder property is set to True, the current external dock control uses its own border settings as specified by the SunkenBorder property. Otherwise, the dock control’s border style is controlled by the bar manager’s SunkenBorder property.
The default value of the UseOwnSunkenBorder property is False.
See Also