RichTextBox.RichTextShortcutsEnabled Property

Definition

This property is not relevant for this class.

public:
 property bool RichTextShortcutsEnabled { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool RichTextShortcutsEnabled { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.RichTextShortcutsEnabled : bool with get, set
Public Property RichTextShortcutsEnabled As Boolean

Property Value

true if shortcut keys are enabled; otherwise, false. The default is true.

Attributes

Remarks

This property is not relevant for this class.

Applies to