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