Click or drag to resize

IKryptonCommand Interface

Interface exposes access to a command definition.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IKryptonCommand

The IKryptonCommand type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets and sets the checked state of the command.
Public propertyCheckState
Gets and sets the check state of the command.
Public propertyEnabled
Gets and sets the enabled state of the command.
Public propertyExtraText
Gets and sets the command extra text.
Public propertyImageLarge
Gets and sets the command large image.
Public propertyImageSmall
Gets and sets the command small image.
Public propertyImageTransparentColor
Gets and sets the command image transparent color.
Public propertyText
Gets and sets the command text.
Public propertyTextLine1
Gets and sets the command text line 1 for use in KryptonRibbon.
Public propertyTextLine2
Gets and sets the command text line 2 for use in KryptonRibbon.
Top
Methods
  NameDescription
Public methodPerformExecute
Generates a Execute event for a command.
Top
Events
  NameDescription
Public eventExecute
Occurs when the command needs executing.
Public eventPropertyChanged
Occurs when a property has changed value.
Top
See Also