Class ToolWindow
This class represents a tool window.
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class ToolWindow : WindowBase, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware
Constructors
ToolWindow()
Fields
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
Properties
IsSelected
Gets or sets a value indicating whether this pane is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System. Indicates whether transitions should be used. |
Overrides
CheckCanClose()
Checks whether the window can be closed. This method doesn't consider the CanClose property, but checked for some other kind of constraints.
Declaration
protected override bool CheckCanClose()
Returns
System.
|
Overrides
GetWindowOwner()
Declaration
protected override ContentControl GetWindowOwner()
Returns
System.
|
Overrides
GetWindowOwnerHandle()
Declaration
protected override IntPtr GetWindowOwnerHandle()
Returns
System.
|
Overrides
OnActivated(EventArgs)
Raises the Activated event. This method is called when the window is activated.
Declaration
protected override void OnActivated(EventArgs e)
Parameters
System. The System. |
Overrides
OnClosed()
OnClosing()
Declaration
protected override bool OnClosing()
Returns
System.
|
Overrides
OnContentChanged(Object, Object)
Called when the value of the System.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System. The old value of the System. |
System. The new value of the System. |
OnCreateAutomationPeer()
Create the automation peer for this class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
Overrides
OnDragDelta(Point, Rect, Rect, Boolean)
Declaration
protected override Rect OnDragDelta(Point globalMousePosition, Rect initialRect, Rect destinationRect, bool isResize)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
OnDragEnd(Point, Boolean, Boolean)
Declaration
protected override void OnDragEnd(Point globalMousePosition, bool isCancel, bool isResize)
Parameters
System.
|
System.
|
System.
|
Overrides
OnDragStart(Point, Boolean)
Declaration
protected override void OnDragStart(Point globalMousePosition, bool isResize)
Parameters
System.
|
System.
|
Overrides
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Called before the System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The data for the event. |
OnLayoutChangeEnded(EventArgs)
Raises the LayoutChangeEnded event of the RadDocking and the WindowBase.
Declaration
protected override void OnLayoutChangeEnded(EventArgs args)
Parameters
System. The System.EventArgs instance containing the event data. |
Overrides
OnLayoutChangeStarted(EventArgs)
Raises the LayoutChangeStarted event of the RadDocking and the WindowBase.
Declaration
protected override void OnLayoutChangeStarted(EventArgs args)
Parameters
System. The System.EventArgs instance containing the event data. |
Overrides
OnRightMouseButtonUp()
Declaration
protected override void OnRightMouseButtonUp()
Overrides
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
ShouldFocusOnActivate()
Declaration
protected override bool ShouldFocusOnActivate()
Returns
System.
|