Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PictureBoxImageEditorDialog : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormPictureBoxImageEditorDialog...
Implements:
Inherited Members
Constructors
C#
public PictureBoxImageEditorDialog()
Properties
Gets the Cancel button.
C#
public RadButton CancelButton { get; }
Gets the RadImageEditor control responsible for the image editing.
C#
public RadImageEditor ImageEditor { get; }
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
protected virtual void LocalizeStrings()
C#
public void PrepareDialog(Image selectedImage, RadPictureBoxElement owner)