Gets or sets the text that is shown for this ribbon panel.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DisplayText As System.String |
C# | |
---|
System.string DisplayText {get; set;} |
JavaScript | |
---|
get_DisplayText () : String
put_DisplayText (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_DisplayText(
BSTR* Val
)
HRESULT put_DisplayText(
BSTR NewVal |
C++ | |
---|
DSRESULT get_DisplayText (
dsString* Val
)
DSRESULT put_DisplayText(
const dsString& NewVal
) |
Property Value
Text that is shown for this ribbon panel
Example
See Also
Availability
DraftSight 2017 SP0