Class NumberingProperties
Inheritance
System.Object
NumberingProperties
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class NumberingProperties : UserControl
Constructors
NumberingProperties()
Declaration
public NumberingProperties()
Fields
ListLevelChanged
Declaration
public EventHandler<ListLevelChangedEventArgs> ListLevelChanged
Field Value
System.EventHandler<ListLevelChangedEventArgs>
|
StyleDefinitionChanged
Declaration
public EventHandler StyleDefinitionChanged
Field Value
System.EventHandler
|
Properties
StyleDefinition
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. |
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
SetCurrentListStyle(ListStyle, Action<Action<Char, FontFamily>, FontFamily, RadRichTextBox>, RadRichTextBox)
Declaration
public void SetCurrentListStyle(ListStyle listStyle, Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> showInsertSymbolDialogAction, RadRichTextBox owner)
Parameters
ListStyle
listStyle
|
System.Action<System.Action<System.Char, FontFamily>, FontFamily, RadRichTextBox>
showInsertSymbolDialogAction
|
RadRichTextBox
owner
|