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.Object
|
Item
Gets or sets the Item property.
Declaration
public ListItemViewModel Item { get; set; }
Property Value
ListItemViewModel
|
Section
Gets or sets the section user control associated with this dialog.
Declaration
public DropDownListsSection Section { get; set; }
Property Value
DropDownListsSection
|
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
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
|
Show(ListItemViewModel, Action<ListItemViewModel>, Action<ListItemViewModel>)
Shows the dialog.
Declaration
public void Show(ListItemViewModel item, Action<ListItemViewModel> confirm, Action<ListItemViewModel> cancel)
Parameters
ListItemViewModel
item
The list item to shown inside the dialog. |
System.Action<ListItemViewModel>
confirm
Callback for the confirm action. |
System.Action<ListItemViewModel>
cancel
Callback for the cancle action. |
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()