_OlkCommandButton.Accelerator Property

Definition

Returns or sets a String (string in C#) value that represents the accelerator or hot key for the control. Read/write.

public:
 property System::String ^ Accelerator { System::String ^ get(); void set(System::String ^ value); };
public string Accelerator { get; set; }
Public Property Accelerator As String

Property Value

Remarks

The default value is an empty string, meaning there is no hot key. If the property is set with a string of more than one character, the value will be truncated to the first character.

You cannot use digits in an accelerator.

Applies to