Interaction logic for CheckBoxPropertiesDialog.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CheckBoxPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IDragAware, ICheckBoxPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowContentControlsConfirmDialogCheckBoxPropertiesDialog...
Implements:
Inherited Members
Constructors
C#
public CheckBoxPropertiesDialog()
Methods
Gets the button section of the dialog.
C#
protected override ButtonSection GetButtonSection()
The button section.
Overrides:
Gets the child sections inside this dialog.
C#
protected override IList<DialogConfirmSection> GetChildSections()
The list fo child sections.
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: