IKryptonCommand Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IKryptonCommand
The IKryptonCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| Checked |
Gets and sets the checked state of the command.
| |
| CheckState |
Gets and sets the check state of the command.
| |
| Enabled |
Gets and sets the enabled state of the command.
| |
| ExtraText |
Gets and sets the command extra text.
| |
| ImageLarge |
Gets and sets the command large image.
| |
| ImageSmall |
Gets and sets the command small image.
| |
| ImageTransparentColor |
Gets and sets the command image transparent color.
| |
| Text |
Gets and sets the command text.
| |
| TextLine1 |
Gets and sets the command text line 1 for use in KryptonRibbon.
| |
| TextLine2 |
Gets and sets the command text line 2 for use in KryptonRibbon.
|
| Name | Description | |
|---|---|---|
| PerformExecute |
Generates a Execute event for a command.
|
| Name | Description | |
|---|---|---|
| Execute |
Occurs when the command needs executing.
| |
| PropertyChanged |
Occurs when a property has changed value.
|