Class
OpenImageCommand

Definition

Constructors

OpenImageCommand(RadImageEditor)

Declaration

cs-api-definition
public OpenImageCommand(RadImageEditor owner)

Parameters

owner

RadImageEditor

Properties

CanExecuteWithoutImage

Gets a value indicating whether this command can be executed when RadImageEditor doesn't have a lodaded image. The default implementation returns false.

Declaration

cs-api-definition
protected override bool CanExecuteWithoutImage { get; }

Property Value

bool

true if this command requires an image be loaded; otherwise, false.

Overrides ImageEditorCommandBase.CanExecuteWithoutImage

Methods

ExecuteOverride(object)

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

Overrides ImageEditorCommandBase.ExecuteOverride(object)