MobileForms Toolkit Documentation

ItemLink Methods

The methods of the ItemLink class are listed below. For a complete list of ItemLink class members, see the ItemLink Members topic.

Public Instance Methods

ClearContents (inherited from Item) Resets the data in the item to default value (null).
Clone Creates a deep copy of the ItemLink.
Dispose (inherited from Item) 
Edit 
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.
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.
SetFocus (inherited from Item) 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.
ShouldSerializeLinkLocation 
ToString Returns a String that represents the current Object.

Protected Instance Methods

Click Occurs when the Item is clicked.
DefaultDraw (inherited from Item) Default draw item method.
Draw 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.
DrawButton 
DrawItemLabelArea (inherited from Item) Draws the label area of the Item.
DrawItemTextArea Draws the text area of the Item.
DrawLink 
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 
GetActiveLabelWidth (inherited from Item) Used by LabelAutoHeight to obtain current label width.
GetActivePartBounds 
GetActivePartBoundsLink Get active part bounds.
GetActiveWidth Used by AutoHeight to obtain current item width.
GetLabelBounds (inherited from Item) Get label bounds.
GetMinimumHeight (inherited from 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 Occurs when the mouse button is hold down in the area of the Item.
MouseUp Occurs when the mouse button is released in the area of the Item.
MoveTop (inherited from ItemTextBox) Move verticaly custom control.
OnClick (inherited from Item) 
OnLabelClick (inherited from Item) 
OnPropertyChanged (inherited from ItemTextBox) Refreshes the parent DetailView when some property of the Item was changed.
OnValidating (inherited from Item) Fires the Validating event.
Parse 
SetProperty (inherited from Item) 
SetText (inherited from ItemTextBox) 
SetValue (inherited from ItemTextBox) 
ShouldSerializeErrorBackground (inherited from Item) Indicates whether the ItemBorder property should be persisted.
ShouldSerializeCharacterCasing (inherited from ItemTextBox) Indicates whether the CharacterCasing 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.
ShouldSerializePasswordChar (inherited from ItemTextBox) Indicates whether the PasswordChar property should be persisted.
ShouldSerializeRoundedCorner (inherited from Item) Indicates whether the Style 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 ItemTextBox) Update custom control.

Protected Internal Instance Methods

HandleKey 
HandleKeyUp (inherited from Item) 
ScaleItem (inherited from Item) Scale the item.

See Also

ItemLink Class | Resco.Controls.DetailView Namespace