Gets or sets the caption for this tab.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property Caption As System.String | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IPropertyManagerPageTab
Dim value As System.String
 
instance.Caption = value
 
value = instance.Caption | 
| C# |  | 
|---|
| System.string Caption {get; set;} | 
| C++/CLI |  | 
|---|
| property System.String^ Caption {
   System.String^ get();
   void set ( &   System.String^ value);
} | 
Property Value
Text for tab caption
Remarks
            
            
            See Also
 
            Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0