Adds a tab to a PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddTab( _
ByVal ID As System.Integer, _
ByVal Caption As System.String, _
ByVal Bitmap As System.String, _
ByVal Options As System.Integer _
) As PropertyManagerPageTab |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2
Dim ID As System.Integer
Dim Caption As System.String
Dim Bitmap As System.String
Dim Options As System.Integer
Dim value As PropertyManagerPageTab
value = instance.AddTab(ID, Caption, Bitmap, Options) |
C# | |
---|
PropertyManagerPageTab AddTab(
System.int ID,
System.string Caption,
System.string Bitmap,
System.int Options
) |
C++/CLI | |
---|
PropertyManagerPageTab^ AddTab(
& System.int ID,
& System.String^ Caption,
& System.String^ Bitmap,
& System.int Options
) |
Parameters
- ID
- Identifier defined by the add-in for this tab
- Caption
- Text for tab
- Bitmap
- Bitmap for tab
- Options
- Not used; specify 0
Return Value
Newly created
PropertyManager page tab
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0