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.