Class ImageEditorBaseDialog
Inherited Members
Namespace: Telerik.WinControls.UI.ImageEditor.Dialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ImageEditorBaseDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
ImageEditorBaseDialog()
Declaration
public ImageEditorBaseDialog()
ImageEditorBaseDialog(RadImageEditorElement)
Declaration
public ImageEditorBaseDialog(RadImageEditorElement imageEditorElement)
Parameters
RadImageEditorElement
imageEditorElement
|
Properties
ImageEditorElement
Declaration
public RadImageEditorElement ImageEditorElement { get; }
Property Value
RadImageEditorElement
|
Methods
ApplySettings()
Declaration
protected virtual void ApplySettings()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
RadTrackBar_TickFormatting(Object, TickFormattingEventArgs)
Declaration
protected void RadTrackBar_TickFormatting(object sender, TickFormattingEventArgs e)
Parameters
System.Object
sender
|
TickFormattingEventArgs
e
|
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()