MobileForms Toolkit Documentation

TextCell Methods

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

Public Instance Methods

Clone Clones the TextCell.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAutoHeight Computes the height of the cell when the cell is AutoHeight cell.
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.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
IsVisible (inherited from Cell) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

CalculateCellWidth (inherited from Cell) Gets the cell width based on grid width.
Dispose (inherited from Component)Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources.
DrawBackground (inherited from Cell) Draws the background of the cell.
DrawBorder (inherited from Cell) Draws the border of cell
DrawContent Draws the contents of the cell.
DrawSelection (inherited from Cell) Draws visual representation of selection.
DrawTextLine Draw the line of text at given position.
DrawToolTip Draws the tooltip for the specified cell.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetColor (inherited from Cell) Gets the Color of selected ColorCategory, resolves transparency issues.
GetText Gets the text to display based on given data.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnCellEntered (inherited from Cell) Fires the CellEntered event.
ShouldSerializeAlignment Indicates whether the Alignment property should be persisted.
ShouldSerializeBorder (inherited from Cell) Indicates whether the Border property should be persisted.
ShouldSerializeCellSource (inherited from Cell) 

Protected Internal Instance Methods

CalculateBounds (inherited from Cell) Calculates the current bounds of cell, in the item rectangle.
Draw (inherited from Cell) Draws the cell.

See Also

TextCell Class | Resco.Controls.AdvancedComboBox Namespace