MobileForms Toolkit Documentation

SeparatorCell Methods

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

Public Instance Methods

Clone Clones the SeparatorCell.
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 (inherited from Cell) Returns the height when displaying the Row 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.
IsSelectable (inherited from Cell) 
ToString (inherited from Cell) Returns a String that represents the current Cell.

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.
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.
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.
ShouldSerializeBorder (inherited from Cell) Indicates whether the Border property should be persisted.
ShouldSerializeCellSource (inherited from Cell) 
ShouldSerializeSeparatorType Indicates whether the SeparatorType property should be persisted.

Protected Internal Instance Methods

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

See Also

SeparatorCell Class | Resco.Controls.AdvancedList Namespace