MiniToolBarBase
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class MiniToolBarBase : Control
Inheritance: objectMiniToolBarBase
Derived Classes:
Constructors
C#
public MiniToolBarBase()
Fields
popup
Popup
C#
protected Popup popup
C#
protected RadRichTextBox radRichTextBox
Properties
C#
public bool IsPopupOpen { get; }
Gets or sets a value indicating whether the transparency effect in the MiniToolbar is enabled.
C#
public bool IsTransparencyEnabled { get; set; }
Methods
C#
protected void HidePopup()
C#
protected void ShowPopup(Point location, RadRichTextBox radRichTextBox)