ViewFilter.SnippetBound Property

Definition

Gets or sets whether or not a key has been bound to the Invoke Snippet From Shortcut command.

protected:
 property bool SnippetBound { bool get(); void set(bool value); };
protected:
 property bool SnippetBound { bool get(); void set(bool value); };
protected bool SnippetBound { get; set; }
member this.SnippetBound : bool with get, set
Protected Property SnippetBound As Boolean

Property Value

true if a shortcut key exists, otherwise false.

Remarks

The value of this property is determined by GetSnippetShortCutKeybindingState.

Applies to