BCGControlBar Library for .NET
IsItemList Property




Usable only for menu buttons. If you set this property to true, the button will be treated as a single entity in Customize mode, but expanded into list of menu items at runtime. For example, this property should be true for Windows List menu item.
Syntax
'Declaration
 
Public Property IsItemList As Boolean
'Usage
 
Dim instance As ToolbarButton
Dim value As Boolean
 
instance.IsItemList = value
 
value = instance.IsItemList
public bool IsItemList {get; set;}
public: __property bool get_IsItemList();
public: __property void set_IsItemList( 
   bool value
);
public:
property bool IsItemList {
   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

ToolbarButton Class
ToolbarButton Members

Send Feedback