[]
        
(Showing Draft Content)

C1.Win.List.ComboBoxContainer

ComboBoxContainer Class

Summary description for ComboBoxContainer.

Inheritance
ComboBoxContainer
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class ComboBoxContainer : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
ComboBoxContainer()

Initialize a new instance of ComboBoxContainer class.

ComboBoxContainer(Control, Control)

Initialize a new instance of ComboBoxContainer class.

Properties

Name Description
AutoSize

Determines whether or not the combo height can be resized.

BorderStyle

Returns or sets the border style for the control.

ButtonWidth

Gets the width for the combo button.

ComboStyle

Returns or sets a value indicating the display type and behavior of the control.

ContainsFocus
ContentHeight
ContextMenuStrip

Gets or sets the ContextMenuStrip associated with this control.

Corners

Gets or sets the radii of the control corners.

DefaultSize
DropDownCorners

Gets or sets the radii of the drop down form corners.

DropDownHeight

Returns or sets the height of the dropped down.

DropDownWidth

Returns or sets the width of the dropped down.

DropdownPosition

Returns or sets the dropdown position.

DroppedDown

Returns or sets whether the drop-down window is visible.

FlatStyle

Controls the 3D look of the combo box.

Focused
GapHeight

Returns or sets the length between the edit portion and the dropdown portion of the combo box.

ReadOnly

Controls whether the text in the control can be changed or not.

RightToLeft

When True, applies right to left text functionality.

ToolTip

Gets or sets the tooltip text.

allowMouseWheel

Gets a value indicating whether the mouse wheel is enabled.

Methods

Name Description
Dispose(bool)
GetPopupLocation()
IsInputChar(char)
IsInputKey(Keys)
OnBeforeOpen(CancelEventArgs)

Raises the BeforeOpen event.

OnBorderStyleChanged(EventArgs)

Raises the BorderStyleChanged event.

OnClose(EventArgs)

Raises the Close event.

OnComboBoxStyleChanged(EventArgs)

Raises the CombBoxStyleChanged event.

OnHandleCreated(EventArgs)
OnKeyDown(KeyEventArgs)
OnLayout(LayoutEventArgs)
OnMouseDown(MouseEventArgs)
OnMouseEnter(EventArgs)
OnMouseLeave(EventArgs)
OnMouseMove(MouseEventArgs)
OnMouseUp(MouseEventArgs)
OnOpen(EventArgs)

Raises the Open event.

OnPaint(PaintEventArgs)
OnRightToLeftChanged(EventArgs)
OnSizeChanged(EventArgs)
PerformCloseUp()
PerformDropDown()
PreProcessMessage(ref Message)
ProcessDialogKey(Keys)
ProcessKeyPreview(ref Message)
ResetContentHeight()

Restore the ContentHeight property to its default value.

SetBoundsCore(int, int, int, int, BoundsSpecified)
ShouldSerializeContentHeight()

Indicates whether the ContentHeight has a default value.

WndProc(ref Message)

Events

Name Description
BeforeOpen

Fires before the list is dropped down.

BorderStyleChanged

Fires when BorderStyle property is changed.

Close

Fires when the user closes the list portion of the control by clicking the dropdown button or by pressing ALT + Down Arrow while the control is open.

ComboStyleChanged

Fires when the user changes the ComboStyle property.

Open

Fires when the user opens the list portion of the control by clicking the dropdown button or by pressing ALT + DOWN ARROW while the control is closed.