BCGControlBar Library for .NET
ToolbarMenuButton Property




Gets or sets ToolbarMenuButton related to the CaptionCommandButton.
Syntax
'Declaration
 
Public Property ToolbarMenuButton As Object
'Usage
 
Dim instance As CaptionCommandButton
Dim value As Object
 
instance.ToolbarMenuButton = value
 
value = instance.ToolbarMenuButton
public object ToolbarMenuButton {get; set;}
public: __property Object* get_ToolbarMenuButton();
public: __property void set_ToolbarMenuButton( 
   Object* value
);
public:
property Object^ ToolbarMenuButton {
   Object^ get();
   void set (    Object^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback