The methods of the ItemComboBox class are listed below. For a complete list of ItemComboBox class members, see the ItemComboBox Members topic.
Add | Adds an item to the list of items for a ComboBox. |
Clear | Removes all items from the ComboBox. |
ClearContents | Resets the data in the item to default value. |
Clone | Creates a deep copy of the ItemComboBox. |
Dispose (inherited from Item) | |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf | Retrieves the index within the collection of the specified item. |
Insert | Inserts an item into the collection at the specified index. |
MeasureTextSize (inherited from Item) | |
OnClicked (inherited from Item) | Raises the Clicked event. |
OnGotFocus (inherited from Item) | Raises the ItemGotFocus event. |
OnChanged (inherited from Item) | Raises the Changed event. |
OnLabelClicked (inherited from Item) | Raises the LabelClicked event. |
OnLostFocus (inherited from Item) | Raises the ItemLostFocus event. |
Remove | Removes the specified item from the ComboBox. |
SetFocus | Overloaded. Sets the focus to current ItemComboBox and drop down or hide the drop down part of the control. |
SetFocus (inherited from Item) | Overloaded. This function activate item and sets the keyboard focus to the specified item. All subsequent keyboard input is directed to this item. The item, if any, that previously had the keyboard focus loses it. |
ToString | Returns a String that represents the current Object. |
Click | Occurs when the Item is clicked. |
DefaultDraw (inherited from Item) | Default draw item method. |
Draw (inherited from Item) | Occurs when the Item is redrawn. |
DrawAlignmentString (inherited from Item) | Overloaded. Backward compatibility overload. Does not wrap text. |
DrawBackground (inherited from Item) | Overloaded. Draws background of an Item. |
DrawItemLabelArea (inherited from Item) | Draws the label area of the Item. |
DrawItemTextArea | Draws the text area of the Item. |
DrawRoundedRectangle (inherited from Item) | |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FormatValue | Converts the new proposed value to the text. |
GetActiveLabelWidth (inherited from Item) | Used by LabelAutoHeight to obtain current label width. |
GetActivePartBounds (inherited from Item) | Get active part bounds. |
GetActiveWidth (inherited from Item) | Used by AutoHeight to obtain current item width. |
GetLabelBounds (inherited from Item) | Get label bounds. |
GetMinimumHeight (inherited from Item) | |
GetPosition | Gets the index of the item. |
GetTextBackColor (inherited from Item) | Returns actual text backcolor. |
GetTextForeBrush (inherited from Item) | Returns brush for actual text forecolor. |
GetTextForeColor (inherited from Item) | Returns actual text forecolor. |
Hide | Hide item control. |
InvokeAddEvent (inherited from Item) | |
InvokeGetProperty (inherited from Item) | |
InvokeMethod (inherited from Item) | |
InvokeRemoveEvent (inherited from Item) | |
InvokeSetProperty (inherited from Item) | |
LabelClick (inherited from Item) | Occurs when the Label is clicked. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
MouseDown (inherited from Item) | Occurs when the mouse button is hold down in the area of the Item. |
MouseUp (inherited from Item) | Occurs when the mouse button is released in the area of the Item. |
MoveTop | Move verticaly custom control. |
OnClick (inherited from Item) | |
OnLabelClick (inherited from Item) | |
OnPropertyChanged (inherited from Item) | Refreshes the parent DetailView when some property of the Item was changed. |
OnValidating (inherited from Item) | Fires the Validating event. |
Parse | Parses the new proposed text to get the new value for the control. |
SetProperty (inherited from Item) | |
SetText | Sets the text for an ItemComboBox. |
SetValue | Sets the value for an ItemComboBox. |
ShouldSerializeDataSourceName | |
ShouldSerializeDropDownStyle | Indicates whether the DropDownStyle property should be persisted. |
ShouldSerializeErrorBackground (inherited from Item) | Indicates whether the ItemBorder property should be persisted. |
ShouldSerializeItemBorder (inherited from Item) | Indicates whether the ItemBorder property should be persisted. |
ShouldSerializeLabelHeight (inherited from Item) | Indicates whether the LabelHeight property should be persisted. |
ShouldSerializeLineAlign (inherited from Item) | Indicates whether the LineAlign property should be persisted. |
ShouldSerializeRoundedCorner (inherited from Item) | Indicates whether the Style property should be persisted. |
ShouldSerializeStringData | Indicates whether the StringData property should be persisted. |
ShouldSerializeStyle (inherited from Item) | Indicates whether the Style property should be persisted. |
ShouldSerializeTag (inherited from Item) | Indicates whether the Tag property should be persisted. |
UpdateControl (inherited from Item) | Update custom control. |
UpdatePosition | Updates the position in list after setting the value bound with the bindingMember. |
HandleKey | |
HandleKeyUp | |
ScaleItem (inherited from Item) | Scale the item. |
ItemComboBox Class | Resco.Controls.DetailView Namespace