BCGControlBar Library for .NET
Hidden Property (CaptionCommandButton)




Gets or sets a value indicating whether the CaptionCommandButton is hidden.
Syntax
'Declaration
 
Public Property Hidden As Boolean
'Usage
 
Dim instance As CaptionCommandButton
Dim value As Boolean
 
instance.Hidden = value
 
value = instance.Hidden
public bool Hidden {get; set;}
public: __property bool get_Hidden();
public: __property void set_Hidden( 
   bool value
);
public:
property bool Hidden {
   bool get();
   void set (    bool value);
}

Property Value

true if the CaptionCommandButton is not displayed; otherwise, false. The default is false.
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

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback