ClassOpenImageCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class OpenImageCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseOpenImageCommand
Implements:
Inherited Members
Constructors
OpenImageCommand(RadImageEditor)
Declaration
cs-api-definition
public OpenImageCommand(RadImageEditor owner)
Parameters
owner
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
true if this command requires an image be loaded; otherwise, false.
Overrides
Methods
ExecuteOverride(object)
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
Overrides