|
Name |
Description |
|
AddEnum
|
Overloaded. Adds new items that represent elements of the specified enumeration to the control.
|
|
AddEnum<TEnum>
|
Overloaded. Adds new items that represent elements of the specified enumeration to the control, allowing you to customize item descriptions.
|
|
BeginInvoke
|
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
|
|
BeginUpdate
|
Locks the BaseListBoxControl object by preventing visual updates of the object and its elements until the EndUpdate method is called.
|
|
BringToFront
|
Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
CalcBestSize
|
Calculates the minimum size sufficient to fit the content. (Inherited from BaseControl)
|
|
CancelUpdate
|
Unlocks the BaseListBoxControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|

|
ClearPreferredSizeCache
|
Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. (Inherited from ControlBase)
|

|
ClearPrefferedSizeCache
|
Obsolete. Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. (Inherited from ControlBase)
|
|
Contains
|
Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateControl
|
Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
CreateGraphics
|
Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
|
|
CreateObjRef
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
|
|
DoDragDrop
|
Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
|
|
DrawToBitmap
|
Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
|
|
EndInvoke
|
Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
|
|
EndUpdate
|
Unlocks the BaseListBoxControl object after a call to the BeginUpdate method and causes an immediate visual update.
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
FindForm
|
Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
|
|
FindItem
|
Overloaded. Returns the index of the specified item.
|
|
FindString
|
Overloaded. Searches for the first list box item in the specified direction from the specified index, and starting with a specific string.
|
|
FindStringExact
|
Overloaded. Finds the first item in the list box control which matches the specified string exactly.
|
|
Focus
|
Sets input focus to the control. (Inherited from System.Windows.Forms.Control)
|
|
ForceInitialize
|
Forces the control to finish its initialization.
|

|
FromChildHandle
|
Retrieves the control that contains the specified handle. (Inherited from System.Windows.Forms.Control)
|

|
FromHandle
|
Returns the control that is currently associated with the specified handle. (Inherited from System.Windows.Forms.Control)
|
|
GetAccessible
|
Returns an object which implements the accessibility information. (Inherited from BaseControl)
|
|
GetBaseTextBounds
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|

|
GetCanProcessMnemonic
|
Returns the value of the control's CanProcessMnemonic property, if this property exists. (Inherited from ControlBase)
|
|
GetChildAtPoint
|
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
|
|
GetContainerControl
|
Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
|
|
GetDisplayItemValue
|
Gets an item's display value.
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetItem
|
Gets an item at the specified position.
|
|
GetItemRectangle
|
Gets the boundaries of the specified item.
|
|
GetItemText
|
Gets the text string displayed by the item.
|
|
GetItemValue
|
Gets the specified item's value.
|
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
GetNextControl
|
Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
|
|
GetPreferredSize
|
Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|

|
GetUnvalidatedControl
|
This member supports the internal infrastructure and is not intended to be used directly from your code. (Inherited from ControlBase)
|

|
GetValidationCanceled
|
Returns the ValidationCancelled property value of a control, if this property exists. (Inherited from ControlBase)
|

|
GetValidationCanceledSource
|
Returns the parent container of the specified control that canceled validation. (Inherited from ControlBase)
|
|
GetViewInfo
|
Returns the object which contains the internal information used to render the control. (Inherited from BaseControl)
|
|
Hide
|
Conceals the control from the user. (Inherited from System.Windows.Forms.Control)
|
|
IndexFromPoint
|
Returns the index of an item at specified coordinates.
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
Invalidate
|
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (Inherited from System.Windows.Forms.Control)
|
|
Invoke
|
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Inherited from System.Windows.Forms.Control)
|

|
IsKeyLocked
|
Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. (Inherited from System.Windows.Forms.Control)
|

|
IsMnemonic
|
Determines if the specified character is the mnemonic character assigned to the control in the specified string. (Inherited from System.Windows.Forms.Control)
|

|
IsUnvalidatedControlIsParent
|
This member supports the internal infrastructure and is not intended to be used directly from your code. (Inherited from ControlBase)
|
|
LogicalToDeviceUnits
|
(Inherited from System.Windows.Forms.Control)
|
|
MakeItemVisible
|
Makes the specified item visible on-screen if it is currently invisible.
|
|
PerformLayout
|
Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
|

|
PerformValidation
|
Returns if the ControlBase validates its value before the user may proceed. (Inherited from ControlBase)
|
|
PointToClient
|
Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PointToScreen
|
Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessControlMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
PreProcessMessage
|
Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
|
|
RectangleToClient
|
Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
|
|
RectangleToScreen
|
Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Refresh
|
Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from BaseControl)
|
|
ResetBackColor
|
Resets the BaseStyleControl.BackColor property back to its default value. (Inherited from BaseStyleControl)
|
|
ResetBindings
|
Causes a control bound to the System.Windows.Forms.BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from System.Windows.Forms.Control)
|
|
ResetCursor
|
Resets the System.Windows.Forms.Control.Cursor property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetFont
|
Resets the System.Windows.Forms.Control.Font property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetForeColor
|
Resets the BaseStyleControl.ForeColor property to its default value. (Inherited from BaseStyleControl)
|
|
ResetImeMode
|
Resets the System.Windows.Forms.Control.ImeMode property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetPainter
|
Resets the painter associated with this BaseStyleControl to its default state. (Inherited from BaseStyleControl)
|
|
ResetRightToLeft
|
Resets the System.Windows.Forms.Control.RightToLeft property to its default value. (Inherited from System.Windows.Forms.Control)
|
|
ResetSuperTip
|
Removes the SuperToolTip object that has been assigned to the current control. (Inherited from BaseControl)
|
|
ResetText
|
Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
|

|
ResetValidationCanceled
|
Resets the control's ValidationCancelled property. This method supports the internal infrastructure and is not intended to be used directly from your code. (Inherited from ControlBase)
|
|
ResetViewInfo
|
Resets the View Info object associated with this BaseStyleControl. (Inherited from BaseStyleControl)
|
|
ResumeLayout
|
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (Inherited from System.Windows.Forms.Control)
|
|
Scale
|
Obsolete. Scales the entire control and any child controls. (Inherited from System.Windows.Forms.Control)
|
|
ScaleBitmapLogicalToDevice
|
(Inherited from System.Windows.Forms.Control)
|
|
Select
|
Activates the control. (Inherited from System.Windows.Forms.Control)
|
|
SelectAll
|
Selects all items when multiple item selection is enabled.
|
|
SelectNextControl
|
Activates the next control. (Inherited from System.Windows.Forms.Control)
|
|
SendToBack
|
Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
|
|
SetBounds
|
Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
|
|
SetItemValue
|
Assigns a new value to the specified item.
|
|
SetSelected
|
Sets the specified item's selection state.
|
|
Show
|
Displays the control to the user. (Inherited from System.Windows.Forms.Control)
|
|
SuspendLayout
|
Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
|
|
ToString
|
Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
|
|
UnSelectAll
|
Unselects all items when multiple item selection is enabled.
|
|
Update
|
Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
|