Class PicturePropertiesDialog
Inheritance
System.Object
PicturePropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PicturePropertiesDialog : ContentControlsConfirmDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IThemeSynchronizationContext, ITouchUIUpdateProvider, IPicturePropertiesDialog, IContentControlPropertiesDialog
Constructors
PicturePropertiesDialog()
Declaration
public PicturePropertiesDialog()
Methods
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
GetButtonSection()
GetChildSections()
Declaration
protected override IList<DialogConfirmSection> GetChildSections()
Returns
System.Collections.Generic.IList<DialogConfirmSection>
|
Overrides
Show(ContentControlPropertiesContext)
Declaration
public void Show(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
|