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