BCGControlBar Library for .NET
IsItemCollectionVisible Method (CommandObject)




In default implementation the function returns false. You  can override this function in the derived class to indicate a value if the command object has a popup menu items' collection and this items are visible.  In BCGControlBar.NET library this function is overridden in class ToolBarMenuButton to specify the visibility of the related popup menu.
Syntax
'Declaration
 
Public Overridable Function IsItemCollectionVisible() As Boolean
'Usage
 
Dim instance As CommandObject
Dim value As Boolean
 
value = instance.IsItemCollectionVisible()
public virtual bool IsItemCollectionVisible()
public: virtual bool IsItemCollectionVisible(); 
public:
virtual bool IsItemCollectionVisible(); 
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

CommandObject Class
CommandObject Members

Send Feedback