Gets or sets the title for the user commands quick reference form.
Namespace: CleanCode.GeneralComponents.DialogsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
string UserCommandsTitle { get; set; }
string UserCommandsTitle { get; set; }
Property UserCommandsTitle As String
Get
Set
Property UserCommandsTitle As String
Get
Set
property String^ UserCommandsTitle {
String^ get ();
void set (String^ value);
}
Field Value
The user commands title.
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.