ClassPlainTextPropertiesDialog
Class
Interaction logic for PlainTextPropertiesDialog.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PlainTextPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IDragAware, IPlainTextPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowContentControlsConfirmDialogPlainTextPropertiesDialog
Implements:
Inherited Members
Constructors
PlainTextPropertiesDialog()
Declaration
cs-api-definition
public PlainTextPropertiesDialog()
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