Class RedockAutoHideState
A predefined RedockState, used by a RedockService to restore an auto-hide state.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class RedockAutoHideState : RedockState, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
RedockAutoHideState(DockWindow)
Initializes a new instance of the RedockAutoHideState class.
Declaration
public RedockAutoHideState(DockWindow window)
Parameters
DockWindow
window
|