TdxBar.Control Property
Returns the bar control which corresponds to the current toolbar.
Declaration
property Control: TdxBarControl read;
Property Value
Type |
---|
TdxBarControl |
Remarks
Use this property to access the bar control that has been created using the information from the current toolbar. If the toolbar’s Visible property is set to False, then the Control property returns nil.
See Also