ClassAutoHidePopup
Represents a popup Form that is used to display auto-hidden windows.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class AutoHidePopup : DockPopupForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormDockPopupFormAutoHidePopup
Implements:
Inherited Members
Properties
AnimationDuration
Gets or sets the duration of the animation.
Declaration
public int AnimationDuration { get; set; }
Property Value
The duration of the animation.
AutoHideDock
Gets the DockStyle that determines at which edge the popup should be displayed.
ToolStrip
Declaration
public AutoHideTabStrip ToolStrip { get; }
Property Value
Methods
Dispose(bool)
Releases the resources used by this instance.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
e
Overrides
OnThemeChanged()
Called when the theme has changed.
Declaration
protected override void OnThemeChanged()
Overrides
ScaleControl(SizeF, BoundsSpecified)
Scales the control's location, size, and other properties.
Declaration
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Parameters
factor
The scaling factor.
specified
Which bounds to scale.
Overrides
SetBoundsCore(int, int, int, int, BoundsSpecified)
Performs the work of setting the specified bounds of this control.
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
x
The new Left property value of the control.
y
The new Top property value of the control.
width
The new Width property value of the control.
height
The new Height property value of the control.
specified
A bitwise combination of the BoundsSpecified values.
Overrides
WndProc(ref Message)
Processes Windows messages.