Interaction logic for DropDownListPropertiesDialog.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DropDownListPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IDragAware, IDropDownListPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowContentControlsConfirmDialogDropDownListPropertiesDialog...
Implements:
Inherited Members
Constructors
C#
public DropDownListPropertiesDialog()
Methods
Gets the button section of the dialog.
Gets the child dialog sections.
C#
protected override IList<DialogConfirmSection> GetChildSections()
Overrides:
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void Show(ContentControlPropertiesContext context)
The context with which the dialog should be shown.
Implements: