SqlScriptEditorControl.CmdUIGuid Property

Definition

Returns GUID that is associated with toolbars and menu items that should automatically be visible when this document window is active.

protected:
 virtual property Guid CmdUIGuid { Guid get(); };
protected override Guid CmdUIGuid { get; }
member this.CmdUIGuid : Guid
Protected Overrides ReadOnly Property CmdUIGuid As Guid

Property Value

A Guid that identifies toolbars and menu items.

Remarks

This GUID should be synchronized with the one specified in the CTC file in the satellite DLL's VISIBILITY_SECTION section

Applies to