BCGControlBar Library for .NET
SetActiveInGroup Method




An AutoHideButton to set active state.
 Sets the specified AutoHideButton as active in it's group on the AutoHidePanel.
Syntax
'Declaration
 
Public Sub SetActiveInGroup( _
   ByVal buttonActive As AutoHideButton _
) 
'Usage
 
Dim instance As AutoHidePanel
Dim buttonActive As AutoHideButton
 
instance.SetActiveInGroup(buttonActive)
public void SetActiveInGroup( 
   AutoHideButton buttonActive
)
public: void SetActiveInGroup( 
   AutoHideButton* buttonActive
) 
public:
void SetActiveInGroup( 
   AutoHideButton^ buttonActive
) 

Parameters

buttonActive
An AutoHideButton to set active state.
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

AutoHidePanel Class
AutoHidePanel Members

Send Feedback