Class AutoHidePopup
Represents a popup Form that is used to display auto-hidden windows.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class AutoHidePopup : DockPopupForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Properties
ActiveWindow
AnimationDuration
Gets or sets the duration of the animation.
Declaration
public int AnimationDuration { get; set; }
Property Value
System. The duration of the animation. |
AutoHideDock
Gets the DockStyle that determines at which edge the popup should be displayed.
Declaration
public DockStyle AutoHideDock { get; }
Property Value
System.
|
FixedSplitter
Declaration
public bool FixedSplitter { get; set; }
Property Value
System.
|
SplitterWidth
Declaration
public int SplitterWidth { get; set; }
Property Value
System.
|
ToolStrip
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.
|
OnThemeChanged()
ScaleControl(SizeF, BoundsSpecified)
Declaration
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Parameters
System.
|
System.
|
Overrides
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Overrides
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.
|