Adds a group box to a PropertyManager page.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function AddGroupBox( _
   ByVal ID As System.Integer, _
   ByVal Caption As System.String, _
   ByVal Options As System.Integer _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IPropertyManagerPage2
Dim ID As System.Integer
Dim Caption As System.String
Dim Options As System.Integer
Dim value As System.Object
 
value = instance.AddGroupBox(ID, Caption, Options) | 
| C# |  | 
|---|
| System.object AddGroupBox( 
   System.int ID,
   System.string Caption,
   System.int Options
) | 
| C++/CLI |  | 
|---|
| System.Object^ AddGroupBox( 
&   System.int ID,
&   System.String^ Caption,
&   System.int Options
)  | 
Parameters
- ID
- Resource ID of the group box
- Caption
- Title of the group box
- Options
- Options as defined in swAddGroupBoxOptions_e
Return Value
Newly created 
PropertyManager page group boxExample
 
            Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0