Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckTree Methods

The DropDownCheckTree 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 methodCheckItems
Checks the matching items.
Public methodCheckValue
Checks the item in the tree whose value matches the one specified by value.
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.
(Inherited from CustomComboBox.)
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.
(Inherited from CustomComboBox.)
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.
(Inherited from CustomComboBox.)
Protected methodOnDropDownClosed
Raises the DropDownClosed event.
(Overrides CustomComboBoxOnDropDownClosed(EventArgs).)
Protected methodOnFontChanged
Raises the FontChanged event.
(Inherited from CustomComboBox.)
Protected methodOnSelectedItemsChanged
Raises the SelectedItemsChanged event.
Public methodPreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from CustomComboBox.)
Public methodShowDropDown
Displays drop-down area of combo box, if not already shown.
(Inherited from CustomComboBox.)
Public methodUncheckAllItems
Unchecks all items in the tree.
Public methodUpdateText
Updates the text associated with each item of the check list.
Protected methodWndProc
Processes Windows messages.
(Inherited from CustomComboBox.)
Top
See Also