Class AddModifyChoiceDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class AddModifyChoiceDialog : TouchUIAwareRadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IThemeSynchronizationContext, ITouchUIUpdateProvider
Constructors
AddModifyChoiceDialog()
Declaration
public AddModifyChoiceDialog()
Properties
DataContext
Declaration
public virtual object DataContext { get; set; }
Property Value
System.
|
Item
Gets or sets the Item property.
Declaration
public ListItemViewModel Item { get; set; }
Property Value
Section
Gets or sets the section user control associated with this dialog.
Declaration
public DropDownListsSection Section { get; set; }
Property Value
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.
|
System.
|
Returns
System.
|
Show(ListItemViewModel, Action<ListItemViewModel>, Action<ListItemViewModel>)
Shows the dialog.
Declaration
public void Show(ListItemViewModel item, Action<ListItemViewModel> confirm, Action<ListItemViewModel> cancel)
Parameters
List The list item to shown inside the dialog. |
System. Callback for the confirm action. |
System. Callback for the cancle action. |
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()