Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class StyleFormattingPropertiesDialogContext
Inheritance: objectStyleFormattingPropertiesDialogContext
Constructors
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for editing of list style.
public StyleFormattingPropertiesDialogContext(string dialogTitle, ListStyle realListStyle, RadRichTextBox owner)
The dialog title.
realListStyleListStyleThe real list style.
ownerRadRichTextBoxThe owner.
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for creation of new style.
public StyleFormattingPropertiesDialogContext(string dialogTitle, RadRichTextBox owner)
The dialog title.
ownerRadRichTextBoxThe owner.
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for editing of style definition.
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleDefinition realStyleDefinition, RadRichTextBox owner)
The dialog title.
realStyleDefinitionStyleDefinitionThe real style definition.
ownerRadRichTextBoxThe owner.
Initializes a new instance of the StyleFormattingPropertiesDialogContext class. Use it for creation of new style with specified type.
public StyleFormattingPropertiesDialogContext(string dialogTitle, StyleType styleType, RadRichTextBox owner)
The dialog title.
styleTypeStyleTypeType of the style.
ownerRadRichTextBoxThe owner.
Properties
public string DialogTitle { get; }
public RadDocument Document { get; }
public RadRichTextBox Owner { get; }
public ListStyle RealListStyle { get; }
public StyleDefinition RealStyleDefinition { get; }
public StyleCollection StyleCollection { get; }
Methods
public virtual Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> GetShowInsertSymbolDialogAction()
Action<Action<char, FontFamily>, FontFamily, RadRichTextBox>
public virtual StyleDefinition GetStyle(StyleType styleType)