BCGControlBar Library for .NET
ActiveInGroup Property




Specifies if the AutoHideButton is active in it's group on the parent AutoHidePanel. If the AutoHideButton is not located in the group, the value will be always true.
Syntax
'Declaration
 
Public Property ActiveInGroup As Boolean
'Usage
 
Dim instance As AutoHideButton
Dim value As Boolean
 
instance.ActiveInGroup = value
 
value = instance.ActiveInGroup
public bool ActiveInGroup {get; set;}
public: __property bool get_ActiveInGroup();
public: __property void set_ActiveInGroup( 
   bool value
);
public:
property bool ActiveInGroup {
   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

AutoHideButton Class
AutoHideButton Members

Send Feedback