MobileForms Toolkit Documentation

SeparatorCell Class

SeparatorCell is a cell for displaying the separators.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Resco.Controls.AdvancedComboBox.Cell
            Resco.Controls.AdvancedComboBox.SeparatorCell

public class SeparatorCell : 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

Separator cell is used to draw vertical or horizontal line in the middle of the cell, dependent on the SeparatorType.

Vertical separator separates the cells vertically and horizontal horizontally. Separator draws the lines in opposite direction of the separator type, i.e. when separator is Horizontal, it draws the vertical line, and when separator is Vertical, it draws the horizontal line.

Color of the line is determined by the ForeColor property.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

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

See Also

SeparatorCell Members | Resco.Controls.AdvancedComboBox Namespace