Class StyleFormattingPropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class StyleFormattingPropertiesDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IStyleFormattingPropertiesDialog
Constructors
StyleFormattingPropertiesDialog()
Declaration
public StyleFormattingPropertiesDialog()
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
ListLevelChanged(Object, ListLevelChangedEventArgs)
Declaration
protected void ListLevelChanged(object sender, ListLevelChangedEventArgs args)
Parameters
System.Object
sender
|
ListLevelChangedEventArgs
args
|
ListStyleChanged(Object, EventArgs)
Declaration
protected void ListStyleChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
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
ShowDialog(StyleFormattingPropertiesDialogContext)
Declaration
public void ShowDialog(StyleFormattingPropertiesDialogContext context)
Parameters
StyleFormattingPropertiesDialogContext
context
|
Implements
ShowDialog(StyleFormattingPropertiesDialogContext, Action<StyleDefinition>)
Declaration
public void ShowDialog(StyleFormattingPropertiesDialogContext context, Action<StyleDefinition> confirmedStyleCallback)
Parameters
StyleFormattingPropertiesDialogContext
context
|
System.Action<StyleDefinition>
confirmedStyleCallback
|
ShowTableStyleBandingDialog()
Declaration
public void ShowTableStyleBandingDialog()
StyleDefinitionChanged(Object, EventArgs)
Declaration
protected void StyleDefinitionChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|