TdxBarButtonLikeControl.SubMenuControl Property
In This Article
Provides access to the submenu that appears when the item control is clicked.
#Declaration
Delphi
property SubMenuControl: TdxBarSubMenuControl read;
#Property Value
Type |
---|
Tdx |
#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