Following are the predefined command parents introduced in Nevron UI Suite:
Command Parent | Description |
---|---|
|
Represents a generic command parent. DefaultCommandStyle is Image.
|
|
Represents an extended toolbar with dock/undock/redock capabilities and command overflow support (must be encapsulated by a NCommandBarsManager). The docking toolbar size and command layout are automatically set by the framework depending on its current dock style. |
|
Represents a predefined docking toolbar which mimics the behaviour of the standard Windows Forms MainMenu component. DefaultCommandStyle is Text. |
|
Represents a command container used to display commands in a drop-down manner. DefaultCommandStyle is ImageAndText. A NMenuWindow instance is created on demand whenever a request for a drop-down menu is made. |