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