MobileForms Toolkit Documentation

TextCell Class

TextCell is a Cell used to display text.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Resco.Controls.AdvancedComboBox.Cell
            Resco.Controls.AdvancedComboBox.TextCell
               Resco.Controls.AdvancedComboBox.LinkCell

public class TextCell : Cell

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 TextCell is a Cell capable of diplaying formated and aligned text. Text can have defined ForeColor and TextFont.

FormatString is used to display the data in formated manner. Setting the Alignment property you can control the placement of the text. If the text doesn't fit to Bounds it is cropped, and can be displayed using the tooltip.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

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

See Also

TextCell Members | Resco.Controls.AdvancedComboBox Namespace