Class MiniToolBarBase
Inheritance
System.Object
MiniToolBarBase
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
|
ShowPopup(Point, RadRichTextBox)
Declaration
protected void ShowPopup(Point location, RadRichTextBox radRichTextBox)
Parameters
System.Windows.Point
location
|
RadRichTextBox
radRichTextBox
|