Gets or sets the title for the user commands quick reference form.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string UserCommandsTitle { get; set; }
public string UserCommandsTitle { get; set; }
Public Property UserCommandsTitle As String
Get
Set
Public Property UserCommandsTitle As String
Get
Set
public:
virtual property String^ UserCommandsTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
public:
virtual property String^ UserCommandsTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
Field Value
The user commands title.
Implements
IDisplayCommands UserCommandsTitle
This should ideally be a static property but since interfaces
do not support static properties, a sufficient workaround
is to back the property with a static field.