BCGControlBar Library for .NET
DropDownMenu Property




Syntax
'Declaration
 
Public Property DropDownMenu As Boolean
'Usage
 
Dim instance As MiniToolbarPopupBar
Dim value As Boolean
 
instance.DropDownMenu = value
 
value = instance.DropDownMenu
public bool DropDownMenu {get; set;}
public: __property bool get_DropDownMenu();
public: __property void set_DropDownMenu( 
   bool value
);
public:
property bool DropDownMenu {
   bool get();
   void set (    bool 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

MiniToolbarPopupBar Class
MiniToolbarPopupBar Members

Send Feedback