Class ButtonSection
Interaction logic for ButtonsSection user control.
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ButtonSection : ContentUserControl, ITouchUIUpdateProvider
Constructors
ButtonSection()
Declaration
public ButtonSection()
Properties
CancelCommand
Gets or sets the cancel command.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
ICommand
|
CommandSource
Gets or sets the command source.
Declaration
public object CommandSource { get; set; }
Property Value
System.Object
|
ConfirmCommand
Gets or sets the confirm command.
Declaration
public ICommand ConfirmCommand { get; set; }
Property Value
ICommand
|
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
LocalizeUI()
OnButtonCancel()
Declaration
protected virtual void OnButtonCancel()
OnButtonConfirm()
Declaration
protected virtual void OnButtonConfirm()
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()