Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBox Methods

The CustomComboBox type exposes the following members.

Methods
 NameDescription
Protected methodAssignControl Assigns control to custom drop-down area of combo box.
Protected methodAutoSizeDropDown Automatically resize drop-down from properties.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean) Releases the unmanaged resources used by the ComboBox and optionally releases the managed resources.
(Overrides ComboBoxDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHideDropDown Hides drop-down area of combo box, if shown.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnDropDown Raises the DropDown event.
Protected methodOnDropDownClosed Raises the DropDownClosed event.
Protected methodOnFontChanged Raises the FontChanged event.
(Overrides ComboBoxOnFontChanged(EventArgs))
Public methodPreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Overrides ControlPreProcessMessage(Message))
Public methodShowDropDown Displays drop-down area of combo box, if not already shown.
Protected methodWndProc Processes Windows messages.
(Overrides ComboBoxWndProc(Message))
Top
See Also