BCGControlBar Library for .NET
PopupMenuButtons Property (ToolbarMenuButton)




Specifies the collection of the buttons associated with the ToolbarMenuButton.
Syntax
'Declaration
 
Public Property PopupMenuButtons As ToolbarButtonCollection
'Usage
 
Dim instance As ToolbarMenuButton
Dim value As ToolbarButtonCollection
 
instance.PopupMenuButtons = value
 
value = instance.PopupMenuButtons
public ToolbarButtonCollection PopupMenuButtons {get; set;}
public: __property ToolbarButtonCollection* get_PopupMenuButtons();
public: __property void set_PopupMenuButtons( 
   ToolbarButtonCollection* value
);
public:
property ToolbarButtonCollection^ PopupMenuButtons {
   ToolbarButtonCollection^ get();
   void set (    ToolbarButtonCollection^ 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

ToolbarMenuButton Class
ToolbarMenuButton Members

Send Feedback