BCGControlBar Library for .NET
Hidden Property (ICommandObject)




Specifies whether the object is hidden or not. This flag is set when an objec is visible, but doesn't fit the parent command bar's client area (for example, if the parent command bar is stretched). The object will be shown as soon as the parent is expanded and has enough place to display the object.
Syntax
'Declaration
 
Property Hidden As Boolean
'Usage
 
Dim instance As ICommandObject
Dim value As Boolean
 
instance.Hidden = value
 
value = instance.Hidden
bool Hidden {get; set;}
__property bool get_Hidden();
__property void set_Hidden( 
   bool value
);
property bool Hidden {
   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

ICommandObject Interface
ICommandObject Members

Send Feedback