BCGControlBar Library for .NET
FrameCaptionButton Constructor




Specifies the identifier of the FrameCaptionButton to create.
Initializes a new instance of the FrameCaptionButton.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As Integer _
)
'Usage
 
Dim id As Integer
 
Dim instance As New FrameCaptionButton(id)
public FrameCaptionButton( 
   int id
)
public: FrameCaptionButton( 
   int id
)
public:
FrameCaptionButton( 
   int id
)

Parameters

id
Specifies the identifier of the FrameCaptionButton to create.
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

FrameCaptionButton Class
FrameCaptionButton Members

Send Feedback