Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckList Methods

The DropDownCheckList type exposes the following members.

Methods
 NameDescription
Protected methodAssignControl Assigns control to custom drop-down area of combo box.
(Inherited from CustomComboBox)
Protected methodAutoSizeDropDown Automatically resize drop-down from properties.
(Inherited from CustomComboBox)
Public methodCheckItemsChecks the matching items.
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.
(Inherited from CustomComboBox)
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 methodGetItemCheckedGets the check state of the specified item.
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.
(Inherited from CustomComboBox)
Public methodInitializeAndSetTInitializes the check list from an enumerated type and sets its initial checks.
Public methodInitializeFromEnumInitializes the check list from an enumerated type.
Public methodInitializeFromTaskEnumInitializes the check list from an enumerated type defined in the TaskScheduler assembly
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 methodOnDropDownRaises the DropDown event.
(Overrides CustomComboBoxOnDropDown(EventArgs))
Protected methodOnDropDownClosedRaises the DropDownClosed event.
(Overrides CustomComboBoxOnDropDownClosed(EventArgs))
Protected methodOnFontChanged Raises the FontChanged event.
(Inherited from CustomComboBox)
Protected methodOnSelectedItemsChangedRaises the SelectedItemsChanged event.
Public methodPreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from CustomComboBox)
Public methodRemoveItemRemoves the specified item from the check list.
Public methodSetItemCheckedSets the specified item's check state.
Public methodShowDropDown Displays drop-down area of combo box, if not already shown.
(Inherited from CustomComboBox)
Public methodUncheckAllItemsUnchecks all items.
Public methodUpdateTextUpdates the text associated with each item of the check list.
Protected methodWndProc Processes Windows messages.
(Inherited from CustomComboBox)
Top
See Also