The methods of the LinkCell class are listed below. For a complete list of LinkCell class members, see the LinkCell Members topic.
Clone | Clones the LinkCell. |
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 TextCell) | 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. |
IsSelectable (inherited from Cell) | |
ToString (inherited from Cell) | Returns a String that represents the current Cell. |
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. |
DrawAlignedText (inherited from TextCell) | |
DrawBackground (inherited from Cell) | Draws the background of the cell. |
DrawBorder (inherited from Cell) | Draws the border of cell |
DrawContent (inherited from TextCell) | Draws the contents of the cell. |
DrawSelection (inherited from Cell) | Draws visual representation of selection. |
DrawTextLine | Draws line of the text on given graphics plane. |
DrawToolTip (inherited from TextCell) | 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 | Gets the Color of selected ColorCategory, resolves transparency issues. |
GetText (inherited from TextCell) | 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 (inherited from TextCell) | Indicates whether the Alignment property should be persisted. |
ShouldSerializeBorder (inherited from Cell) | Indicates whether the Border property should be persisted. |
ShouldSerializeCellSource (inherited from Cell) |
CalculateBounds (inherited from Cell) | Calculates the current bounds of cell, in the row rectangle. |
Draw (inherited from Cell) | Draws the cell. |
GetLink | Gets the link target for given data. |
LinkCell Class | Resco.Controls.AdvancedList Namespace