Adornment.QueryStatusCommand(MenuCommand) Method
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.
public:
virtual bool QueryStatusCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
public virtual bool QueryStatusCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member QueryStatusCommand : System.ComponentModel.Design.MenuCommand -> bool
override this.QueryStatusCommand : System.ComponentModel.Design.MenuCommand -> bool
Public Overridable Function QueryStatusCommand (cmd As MenuCommand) As Boolean
Parameters
- cmd
- MenuCommand