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.Int32
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.Windows.Forms.DockStyle
|
FixedSplitter
Declaration
public bool FixedSplitter { get; set; }
Property Value
System.Boolean
|
SplitterWidth
Declaration
public int SplitterWidth { get; set; }
Property Value
System.Int32
|
ToolStrip
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThemeChanged()
ScaleControl(SizeF, BoundsSpecified)
Declaration
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Parameters
System.Drawing.SizeF
factor
|
System.Windows.Forms.BoundsSpecified
specified
|
Overrides
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
|
Overrides
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|