BCGControlBar Library for .NET
ButtonIndexFromState Method




Syntax
'Declaration
 
Protected Sub ButtonIndexFromState( _
   ByVal bd As FrameCaptionButtonDef, _
   ByVal active As Boolean, _
   ByRef buttonIndex As Integer, _
   ByRef rendererIndex As Integer _
) 
'Usage
 
Dim instance As VisualManager2007
Dim bd As FrameCaptionButtonDef
Dim active As Boolean
Dim buttonIndex As Integer
Dim rendererIndex As Integer
 
instance.ButtonIndexFromState(bd, active, buttonIndex, rendererIndex)
protected void ButtonIndexFromState( 
   FrameCaptionButtonDef bd,
   bool active,
   ref int buttonIndex,
   ref int rendererIndex
)
protected: void ButtonIndexFromState( 
   FrameCaptionButtonDef* bd,
   bool active,
   ref int buttonIndex,
   ref int rendererIndex
) 
protected:
void ButtonIndexFromState( 
   FrameCaptionButtonDef^ bd,
   bool active,
   int% buttonIndex,
   int% rendererIndex
) 

Parameters

bd
active
buttonIndex
rendererIndex
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

VisualManager2007 Class
VisualManager2007 Members

Send Feedback