Class DropDownListPropertiesDialog
Interaction logic for DropDownListPropertiesDialog.xaml
Inheritance
System.Object
DropDownListPropertiesDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DropDownListPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IDropDownListPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Constructors
DropDownListPropertiesDialog()
Declaration
public DropDownListPropertiesDialog()
Methods
GetButtonSection()
Gets the button section of the dialog.
Declaration
protected override ButtonSection GetButtonSection()
Returns
Overrides
GetChildSections()
Gets the child dialog sections.
Declaration
protected override IList<DialogConfirmSection> GetChildSections()
Returns
System.
|
Overrides
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Show(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void Show(ContentControlPropertiesContext context)
Parameters
Content The context with which the dialog should be shown. |