System.ComponentModel.Design.MenuCommand.ToString Method

Returns a string representation of this menu command.

Syntax

public override string ToString ()

Returns

A string containing the value of the MenuCommand.CommandID property appended with the names of any flags that are set, separated by pipe bars (|). These flag properties include MenuCommand.Checked, MenuCommand.Enabled, MenuCommand.Supported, and MenuCommand.Visible.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0