AutoHidePopup
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, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormDockPopupFormAutoHidePopup...
Implements:
Inherited Members
Properties
public DockWindow ActiveWindow { get; }
Gets or sets the duration of the animation.
public int AnimationDuration { get; set; }
The duration of the animation.
Gets the DockStyle that determines at which edge the popup should be displayed.
public DockStyle AutoHideDock { get; }
public bool FixedSplitter { get; set; }
public int SplitterWidth { get; set; }
public AutoHideTabStrip ToolStrip { get; }
Methods
Releases the resources used by this instance.
Called when the theme has changed.
protected override void OnThemeChanged()
Overrides:
Scales the control's location, size, and other properties.
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
The scaling factor.
specifiedBoundsSpecifiedWhich bounds to scale.
Overrides:
Performs the work of setting the specified bounds of this control.
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
The new Left property value of the control.
yintThe new Top property value of the control.
widthintThe new Width property value of the control.
heightintThe new Height property value of the control.
specifiedBoundsSpecifiedA bitwise combination of the BoundsSpecified values.
Overrides:
Processes Windows messages sent to the control.
protected override void WndProc(ref Message m)
The Windows Message to process.
Overrides: