Name Property (IToolbar) Send Feedback
See Also 
Gets or sets the name of the toolbar.

Syntax

Visual Basic 
Property Name As System.String
C# 
System.string Name {get; set;}
JavaScript 
get_Name () : String
put_Name (
   NewVal : String
)
COM native C++ 
HRESULT get_Name(
   BSTR* Val
) 
HRESULT put_Name( 
   BSTR NewVal
C++ 
DSRESULT get_Name (
   dsString* Val
)
DSRESULT put_Name(
   const dsString& NewVal
)

Property Value

Name of the toolbar

See Also

Availability

DraftSight V1R1.2