MobileForms Toolkit Documentation

Cell Class

Cell is the basic cell from which other cell types are derived.

For a list of all members of this type, see Cell Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Resco.Controls.AdvancedComboBox.Cell
            Resco.Controls.AdvancedComboBox.ButtonCell
            Resco.Controls.AdvancedComboBox.ImageCell
            Resco.Controls.AdvancedComboBox.SeparatorCell
            Resco.Controls.AdvancedComboBox.TextCell

public class Cell : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Cell is the basic building block of ItemTemplate. Cell has defined Bounds relative to its owner item template. Around the cell can be drawn Border, which is actually one pixel outside of the cell bounds. The Cell has defined BackColor for drawing the background and ForeColor for drawing the contents. Their default value is Transparent, i.e. the actual color is determined by the BackColor or ForeColor of the owner ItemTemplate.

Cell is bound to a data from displayed item by the CellSource. The actual data can be determined by the indexer Item.

Notes to Inheritors:    During the further developement of the AdvancedComboBox control non-public properties and methods can be a subject to change. For the example of derived cell see also Copy constructor and CurrentItem property.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)

See Also

Cell Members | Resco.Controls.AdvancedComboBox Namespace | Copy constructor