MobileForms Toolkit Documentation

Cell Methods

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

Public Instance Methods

Clone Clones the Cell.
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 Returns the height when displaying the Node with autoheight feature enabled.
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 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

CalculateCellWidth 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 Draws the background of the cell.
DrawBorder Draws the border of cell
DrawContent Draws the contents of the cell.
DrawSelection Draws visual representation of selection.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetColor Gets the Color of selected ColorCategory, resolves transparency issues.
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.
ShouldSerializeBorder Indicates whether the Border property should be persisted.
ShouldSerializeCellSource Indicates whether the CellSource property should be persisted.

Protected Internal Instance Methods

CalculateBounds Calculates the current bounds of cell, in the node rectangle.
Draw Draws the cell.

See Also

Cell Class | Resco.Controls.AdvancedTree Namespace | Copy constructor