RichTextBox.RichTextShortcutsEnabled 属性

定义

此属性与此类无关。

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

属性值

Boolean

如果启用快捷键,则为 true,否则为 false。 默认值为 true

属性

注解

此属性与此类无关。

适用于