Class DropDownListsSection
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DropDownListsSection : DialogConfirmSection, ITouchUIUpdateProvider
Constructors
DropDownListsSection()
Declaration
public DropDownListsSection()
Properties
AddCommand
Context
Gets the context of the dialog.
Declaration
protected override IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Overrides
DropDownListsContext
Declaration
protected DropDownListsSectionViewModel DropDownListsContext { get; }
Property Value
DropDownListsSectionViewModel
|
ModifyCommand
MoveDownCommand
Gets the move down command.
Declaration
public ICommand MoveDownCommand { get; }
Property Value
ICommand
|
MoveUpCommand
Gets the move up command.
Declaration
public ICommand MoveUpCommand { get; }
Property Value
ICommand
|
RemoveCommand
Methods
BindToContext(ContentControlPropertiesContext)
Declaration
public override void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
|
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()
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()