TdxBarButtonLikeControl.SubMenuControl Property
Provides access to the submenu that appears when the item control is clicked.
Declaration
property SubMenuControl: TdxBarSubMenuControl read;
Property Value
| Type |
|---|
| TdxBarSubMenuControl |
Remarks
By default, this property returns nil. TdxBarButtonLikeControl descendants that represent submenus initialize this property to return a submenu associated with the item control.
See Also