Class SizablePopupHost
Derives from the PopupHost class and adds a gripper label and makes the form sizable.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SizablePopupHost : PopupHost, IIgnoreWorkingArea
Constructors
SizablePopupHost(Control)
Create an object of type SizablePopupHost.
Declaration
public SizablePopupHost(Control childControl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | childControl |
Properties
ComboBoxRenderer
Declaration
public ComboBoxAdvRenderer ComboBoxRenderer { get; set; }
Property Value
Type |
---|
ComboBoxAdvRenderer |
LastSize
Last size property.
Declaration
public Size LastSize { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Remarks
For AutoComplete DropDownSize persistance
ShowCloseButton
Returns/sets the visibility of the close button
Declaration
public bool ShowCloseButton { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowGripper
Indicates whether a gripper will be shown that can used for resizing
Declaration
public bool ShowGripper { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
ComputeMySize()
Overrides PopupHost.ComputeMySize.
Declaration
protected override void ComputeMySize()
Overrides
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Finalize()
Declaration
protected override void Finalize()
HidePopup()
Hides the popup.
Declaration
public override void HidePopup()
Overrides
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y | |
System.Int32 | width | |
System.Int32 | height | |
System.Windows.Forms.BoundsSpecified | specified |