Class ToolWindow
Implements a DockWindow that resides within a ToolTabStrip.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class ToolWindow : DockWindow, INotifyPropertyChanged, IDockWindow
Constructors
ToolWindow()
Default constructor. Initializes a new instance of a DockWindow class.
Declaration
public ToolWindow()
ToolWindow(String)
Initializes a new instance of a DockWindow class setting the provided Text.
Declaration
public ToolWindow(string text)
Parameters
System.String
text
|
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
System.String
|
CloseAction
Declaration
public override DockWindowCloseAction CloseAction { get; set; }
Property Value
DockWindowCloseAction
|
Overrides
Methods
AutoHide()
Change the window state to auto-hide mode
Declaration
public void AutoHide()
Float(Point, Size)
Change the window to be in floating mode
Declaration
public void Float(Point location, Size size)
Parameters
System.Drawing.Point
location
|
System.Drawing.Size
size
|
Float(Rectangle)
Change the window to be in floating mode
Declaration
public void Float(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.Windows.Forms.PaintEventArgs
e
|
OnPaintBackground(PaintEventArgs)
Declaration
protected override void OnPaintBackground(PaintEventArgs e)
Parameters
System.Windows.Forms.PaintEventArgs
e
|
ResumeDrawing(Control)
Declaration
public static void ResumeDrawing(Control control)
Parameters
System.Windows.Forms.Control
control
|
SendMessage(IntPtr, Int32, Boolean, Int32)
Declaration
public static int SendMessage(IntPtr hWnd, int wMsg, bool wParam, int lParam)
Parameters
System.IntPtr
hWnd
|
System.Int32
wMsg
|
System.Boolean
wParam
|
System.Int32
lParam
|
Returns
System.Int32
|
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
System.Windows.Forms.BoundsSpecified
specified
|
SuspendDrawing(Control)
Declaration
public static void SuspendDrawing(Control control)
Parameters
System.Windows.Forms.Control
control
|
UpdateOnCaptionChanged()
Declaration
protected virtual void UpdateOnCaptionChanged()
UpdateOnTextChanged()
Declaration
protected override void UpdateOnTextChanged()