Class ModifyMultiLevelListDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ModifyMultiLevelListDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
ModifyMultiLevelListDialog()
Declaration
public ModifyMultiLevelListDialog()
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
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Show(ListStyle, Action)
Declaration
public void Show(ListStyle style, Action onListLevelTextChangedCallback)
Parameters
ListStyle
style
|
System.Action
onListLevelTextChangedCallback
|