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 methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHideDropDown
Hides drop-down area of combo box, if shown.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates 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