Gets a value indicating whether System.ComponentModel.Design.MenuCommand objects should be disabled.
Documentation for this section has not yet been entered.
A true value for the Behavior.DisableAllCommands property indicates to the System.Windows.Forms.Design.Behavior.BehaviorService that all System.ComponentModel.Design.MenuCommand objects the designer receives should have their state disabled when this behavior is active.
The Behavior.DisableAllCommands property works in conjunction with the Behavior.FindCommand(System.ComponentModel.Design.CommandID) method so you can customize the interaction between glyphs and behaviors. The following table summarizes the results of a call to Behavior.FindCommand(System.ComponentModel.Design.CommandID) for a particular System.ComponentModel.Design.MenuCommand.