Gets or sets the message for the property.
public string ActionsMouseButtonStatusLabel {get; set;}
'Declaration
Public Property ActionsMouseButtonStatusLabel As String
'Usage
Dim instance As WorkstationMessages
Dim value As String
instance.ActionsMouseButtonStatusLabel = value
value = instance.ActionsMouseButtonStatusLabel
public: __property string* get_ActionsMouseButtonStatusLabel();
public: __property void set_ActionsMouseButtonStatusLabel(
string* value
);
public:
property string* ActionsMouseButtonStatusLabel {
string* get();
void set ( string* value);
}
Property Value
The message for the property.