Class MiniToolBarBase
Inheritance
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class MiniToolBarBase : Control
Constructors
MiniToolBarBase()
Declaration
public MiniToolBarBase()
Fields
popup
Declaration
protected Popup popup
Field Value
System.Windows.Controls.Primitives.Popup
|
radRichTextBox
Properties
IsPopupOpen
Declaration
public bool IsPopupOpen { get; }
Property Value
System.Boolean
|
IsTransparencyEnabled
Gets or sets a value indicating whether the transparency effect in the MiniToolbar is enabled.
Declaration
public bool IsTransparencyEnabled { get; set; }
Property Value
System.Boolean
|
Methods
HidePopup()
Declaration
protected void HidePopup()
SetOpacity(Double)
Declaration
public void SetOpacity(double opacity)
Parameters
System.Double
opacity
|
SetWindow(Window)
Sets the window that is the parent of this control.
Declaration
public void SetWindow(Window associatedWindow)
Parameters
System.Windows.Window
associatedWindow
The window that is the parent of the popup control. |
Exceptions
System.NotSupportedException
The application is not an out-of-browser application. |
System.ArgumentNullException
The |
ShowPopup(Point, RadRichTextBox)
Declaration
protected void ShowPopup(Point location, RadRichTextBox radRichTextBox)
Parameters
System.Windows.Point
location
|
RadRichTextBox
radRichTextBox
|