ChameleonRichTextBox UserCommandsTitle Property CleanCode C# Libraries v1.2.03 API
Gets or sets the title for the user commands quick reference form.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string UserCommandsTitle { get; set; }

Field Value

The user commands title.

Implements

IDisplayCommands UserCommandsTitle
Remarks

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.
See Also