Class ComboBoxPopupControl
This class helps to render Popupcontrol MultiSelectionComboBox
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ComboBoxPopupControl : PopupControlContainer, IPopupControlContainer, IPopupChild, INeedKeyboardMessages, INeedMouseMoveMessages, IMouseHookHLProcClient, IKeyboardProcHookClient, IPopupParent, IPopupItem
Constructors
ComboBoxPopupControl()
Declaration
public ComboBoxPopupControl()
Properties
ComboBox
Gets/Sets the MultiSelectionComboBox
Declaration
public MultiSelectionComboBox ComboBox { get; set; }
Property Value
Type |
---|
MultiSelectionComboBox |
DisablePopupNotification
Gets/Sets whether to disable popup notification or not
Declaration
public bool DisablePopupNotification { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
HidePopup()
To Hide Popup
Declaration
public override void HidePopup()
Overrides
HidePopup(PopupCloseType)
Declaration
public override void HidePopup(PopupCloseType popupCloseType)
Parameters
Type | Name | Description |
---|---|---|
PopupCloseType | popupCloseType |
Overrides
ShowPopup(Point)
To Show Popup
Declaration
public override void ShowPopup(Point location)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | location |