Modified PopupControlContainer that takes a child control and
adds a sizable grip so that the window can be sized.
Inheritance
System.Object
SizablePopupControlContainer
Assembly: Syncfusion.Shared.Base.dll
public class SizablePopupControlContainer : PopupControlContainer, IPopupControlContainer, IPopupChild, INeedKeyboardMessages, INeedMouseMoveMessages, IMouseHookHLProcClient, IKeyboardProcHookClient, IPopupParent, IPopupItem
Constructors
Creates an object of type SizablePopupControlContainer.
Declaration
public SizablePopupControlContainer(Control childControl)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
childControl |
|
Properties
Declaration
public ComboBoxAdvRenderer ComboBoxRenderer { get; set; }
Property Value
Indicates whether size is dependant of child control size.
Declaration
public bool FitToChildControlSize { get; set; }
Property Value
Declaration
public bool ShowCloseButton { get; set; }
Property Value
Declaration
public bool ShowGripper { get; set; }
Property Value
Holds the theme name of it's parent control.
Declaration
public string ThemeName { get; set; }
Property Value
Methods
Adjusts bounds of the popupHost.
Declaration
public void AdjustPopupHostBounds()
Declaration
public override void ConfirmDeactivate()
Overrides
Declaration
protected override PopupHost CreatePopupHost()
Returns
Overrides
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
Initializes the container control.
Declaration
public virtual void InitializeContainer()
Displays the popup control.
Declaration
public override void ShowPopup(Point location)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
location |
The location at which the popup's left top position will appear.
|
Overrides
Implements