Class SelectionMiniToolBar
Inherited Members
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SelectionMiniToolBar : MiniToolBarBase, IThemeChangeListener, ISelectionMiniToolBar
Constructors
SelectionMiniToolBar()
Declaration
public SelectionMiniToolBar()
Properties
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
Implements
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; }
Property Value
System.Boolean
|
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
Implements
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
GetDesiredNCHitResult(Int32)
Declaration
protected virtual int GetDesiredNCHitResult(int actualHitPoint)
Parameters
System.Int32
actualHitPoint
|
Returns
System.Int32
|
HidePopup()
OnMouseOverTimerTick(Object, EventArgs)
Declaration
protected virtual void OnMouseOverTimerTick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Show(Point, RadRichTextBox)
Declaration
public void Show(Point location, RadRichTextBox owner)
Parameters
Point
location
|
RadRichTextBox
owner
|
Implements
UpdateIcons()
Declaration
protected virtual void UpdateIcons()
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|