Class GeneralSection
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class GeneralSection : DialogConfirmSection, ITouchUIUpdateProvider
Constructors
GeneralSection()
Declaration
public GeneralSection()
Properties
Context
Gets the context of the dialog.
Declaration
protected override IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Overrides
GeneralSectionContext
Gets the context of the dialog.
Declaration
protected GeneralSectionViewModel GeneralSectionContext { get; }
Property Value
GeneralSectionViewModel
|
IsStyleSectionVisible
Gets or sets whether the style section is visible.
Declaration
public bool IsStyleSectionVisible { get; set; }
Property Value
System.Boolean
|
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
public override void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context to be bound to the control. |
Overrides
BindUIControls()
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
LocalizeUI()
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.Windows.Forms.Message
msg
|
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()