Class MiniToolBarBase
Inherited Members
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class MiniToolBarBase : ShapedForm, IThemeChangeListener
  Constructors
MiniToolBarBase()
Declaration
public MiniToolBarBase()
  Fields
radRichTextBox
Properties
IsPopupOpen
Declaration
public bool IsPopupOpen { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
  Parameters
| 
        System.Boolean
        disposing
         true if managed resources should be disposed; otherwise, false.  | 
    
Overrides
HidePopup()
Declaration
protected virtual 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
| 
        Point
        location
         
  | 
    
| 
        RadRichTextBox
        radRichTextBox
         
  |