Command class defines property and message types used in implementation of commands. More...
#include <kanzi/core.ui/command/command.hpp>
Classes | |
| class | CommandMessageArguments |
| Represents the message arguments for command messages. More... | |
Static Public Member Functions | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes | |
| static MessageType< CommandMessageArguments > | CommandMessage |
| Message to activate a command. | |
| static PropertyType< string > | CommandProperty |
| Sets a command that a control activates. | |
Command class defines property and message types used in implementation of commands.
|
static |
|
static |
Sets a command that a control activates.
|
static |
Message to activate a command.