Gets or sets the name of this ribbon system menu item.
.NET Syntax
Visual Basic (Declaration) | |
---|
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(
BSTRNewVal |
C++ | |
---|
DSRESULT get_Name (
dsString*Val
)
DSRESULT put_Name(
const dsString&NewVal
) |
Property Value
Name of this ribbon system menu item
Example
See Also
Availability
DraftSight 2017 SP0