ClassRadRichTextBoxWindow
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RadRichTextBoxWindow : RadWindow, INotifyLayoutChange, IDragAware
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindow
Derived Classes:
Implements:
Inherited Members
Constructors
RadRichTextBoxWindow()
Declaration
cs-api-definition
public RadRichTextBoxWindow()
Methods
OnClosed(WindowClosedEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
args
The WindowClosedEventArgs instance containing the event data.
Overrides
SetOwner(RadRichTextBox)
Declaration
cs-api-definition
protected void SetOwner(RadRichTextBox owner)
Parameters
owner