![]() |
Creates a new instance of the ComboEditor class. |
![]() |
Gets or sets a value indicating whether the drop down window should animate when it is opened. |
![]() |
Gets or sets the background color of the control. |
![]() |
Gets the bounds of the editor. |
![]() |
Gets or sets the editor this editor is cloned from. |
![]() |
Gets the IContainer that contains the Component. |
![]() |
Gets or sets a value specifying the style of the combo editor. |
![]() |
Gets or sets the width of the of the drop-down portion of a combo editor. |
![]() |
Gets or sets a value indicating whether the editor is displaying its drop-down portion. |
![]() |
Gets or sets a value indicating whether the editor is enabled. |
![]() |
Gets or sets the font used to display the text in the ComboEditor. |
![]() |
Gets or sets the foreground color of the control. |
![]() |
Gets or sets a value indicating whether the selection highlight spans the width of the drop down window. |
![]() |
The ImageList object from which the ComboEditor takes its images. |
![]() |
Gets a value indicating whether the editor is activated. |
![]() |
Gets a value indicating whether the editor is displaying the modal dialog. |
![]() |
Gets the collection of items assigned to the ComboEditor control. |
![]() |
Gets or sets a value indicating whether the editor should display large buttons. |
![]() |
Gets or sets the maximum number of items to be shown in the drop-down portion of the ComboEditor. |
![]() |
Gets or sets the maximum number of characters allowed in the editable portion of a combo editor. |
![]() |
Gets the collection of CommandItem objects used to create the context menu. |
![]() |
Gets or sets a value indicating whether the code that you provide draws the items in a ComboEditor or the renderer draws them. |
![]() |
Gets or sets the preferred size of the ComboEditor. |
![]() |
The renderer that paints this control. |
![]() |
Gets or sets whether the content displayed by the editor is displayed from right to left. |
![]() |
Gets or sets the zero-based index of the currently selected item in a ComboEditor control. |
![]() |
Gets or sets the currently selected item in the ComboEditor control. |
![]() |
Gets or sets the text that is selected in the editable portion of a ComboEditor. |
![]() |
Gets or sets the number of characters selected in the editable portion of the combo editor. |
![]() |
Gets or sets the starting index of text selected in the combo editor. |
![]() |
Gets or sets the ISite of the Component. |
![]() |
Gets or sets a value indicating whether the items in the ComboEditor are sorted alphabetically. |
![]() |
Gets or sets the text associated with this control. |
![]() |
Gets or sets the value to edit. |
![]() |
Activates the editor and starts to edit the value. |
![]() |
Maintains performance while items are added to the ComboEditor one at a time by preventing the control from drawing until the EndUpdate method is called. |
![]() |
Creates a new editor and copies the state from this editor. |
![]() |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() |
Displays the modal dialog used to edit the value. |
![]() |
Overloaded. Releases the resources used by the Component. |
![]() |
Resumes painting the ComboEditor control after painting is suspended by the BeginUpdate method. |
![]() |
Overloaded. Determines whether two Object instances are equal. |
![]() |
Overloaded. Finds the first item in the ComboEditor that starts with the specified string. The search starts at a specific starting index. |
![]() |
Overloaded. Finds the first item in the ComboEditor that exactly matches the specified string. |
![]() |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() |
Gets the Type of the current instance. |
![]() |
Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() |
Raises the ValueModified event. |
![]() |
Selects a range of text in the editable portion of the ComboEditor. |
![]() |
Selects all the text in the editable portion of the ComboEditor. |
![]() |
Overridden. See Object.ToString. |
![]() |
Updates the SelectedItem from the text in the editable portion of the combo box. |
![]() |
Occurs when the editor is activated and starts to edit a value. |
![]() |
Occurs before the editor loses focus and ends editing a value. |
![]() |
Occurs when the editor loses focus and ends editing a value. |
![]() |
Adds an event handler to listen to the Disposed event on the component. |
![]() |
Occurs when the OwnerDraw property is set to true and a request is made to draw the combo item. |
![]() |
Occurs before the drop-down portion of an editor is shown. |
![]() |
Occurs when the editor determines whether the specified key is a special key that requires preprocessing. |
![]() |
Occurs when a key that requires preprocessing is pressed while the editor is active. |
![]() |
Occurs when the combo editor needs to know the size of a combo item before drawing it. |
![]() |
Occurs before the modal dialog of an editor is open. |
![]() |
Occurs when the SelectedIndex property has changed. |
![]() |
Occurs when the Value property has changed. |
![]() |
Occurs when the editor value is changed by the user. |
![]() |
Gets a value that indicates whether the Component is currently in design mode. |
![]() |
Gets the list of event handlers that are attached to this Component. |
![]() |
Gets or sets a value indicating whether the horizontal scrollbar of the drop down window should be visible when it's needed. |
![]() |
Gets or sets the maximum number of rows to be shown in the drop-down portion of the editor. |
![]() |
Gets or sets the preferred size of the of the drop-down portion of an editor. |
![]() |
Gets or sets a value indicating whether the vertical scrollbar of the drop down window should be visible when it's needed. |
![]() |
Virtual method that should create the area control used in the drop down window to edit values. |
![]() |
Virtual method that should create the control used to edit values. |
![]() |
Virtual method that should create the form used as a modal dialog to edit values. |
![]() |
Overloaded. Releases the resources used by the Component. |
![]() |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
![]() |
Virtual method that should return a value that indicates whether the editor can edit the value. |
![]() |
Returns an object that represents a service provided by the Component or by its Container. |
![]() |
Virtual method that should return a value that indicates whether the editor supports editing by a modal dialog. |
![]() |
Virtual method that should return a value that indicates whether the editor supports editing by a drop down window. |
![]() |
Creates a shallow copy of the current Object. |
![]() |
Raises the Activated event. |
![]() |
Raises the BeforeDeactivate event. |
![]() |
Raises the Deactivated event. |
![]() |
Raises the DrawItem event. |
![]() |
Raises the DropDown event. |
![]() |
This method is called when the DropDownStyle property is changed. |
![]() |
Raises the IsInputKey event. |
![]() |
Raises the KeyDown event. |
![]() |
Raises the MeasureItem event. |
![]() |
Raises the OpenDialog event. |
![]() |
Raises the SelectedIndexChanged event. |
![]() |
Raises the ValueChanged event. |
![]() |
Overloaded. Raises the Invalidate event. |
![]() |
Updates the layout of the editor. |
![]() |
Sorts the items in the ComboEditor alphabetically. |