DialogContainerWithToolbar.CommandService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the command service that is used to check the status or execute the commands on the toolbar.
public:
property System::ComponentModel::Design::IMenuCommandService ^ CommandService { System::ComponentModel::Design::IMenuCommandService ^ get(); };
public System.ComponentModel.Design.IMenuCommandService CommandService { get; }
member this.CommandService : System.ComponentModel.Design.IMenuCommandService
Public ReadOnly Property CommandService As IMenuCommandService