Command Property (CommandBar)
Gets or sets the command associated with a toolbar.
Syntax
[XmlElement("Command")] [Description("Command associated with tool")] [Editor(Aveva.ApplicationFramework.Presentation.Customize.CommandEditor, System.Drawing.Design.UITypeEditor)] [TypeConverter(Aveva.ApplicationFramework.Presentation.Customize.CommandConverter)] public Command Command {get; set;}
[XmlElement("Command")] [Description("Command associated with tool")] [Editor(Aveva.ApplicationFramework.Presentation.Customize.CommandEditor, System.Drawing.Design.UITypeEditor)] [TypeConverter(Aveva.ApplicationFramework.Presentation.Customize.CommandConverter)] public: property Command^ Command { Command^ get(); void set ( Command^ value); }
Property Value
The command.Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also