Softelvdm.Controls Class Library for Windows Controls 1.0

LowerMainCell Property, CellBaseClass Class

Softel vdm, Inc.

Returns the next main cell below the current cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Overridable Property LowerMainCell As CellBaseClass

C#   

public virtual CellBaseClass LowerMainCell { get; }

C++   

public: property virtual CellBaseClass^ LowerMainCell {
        CellBaseClass^ get();
}

Property Value

The next main cell or null/Nothing if no more cells are present.

Comments

The LowerMainCell property returns the next main cell below the current cell.

Main cells can consist of many subordinate cells. In order to navigate from one main cell to another, the LowerMainCell property can be used.

SftTree/NET 2.0: ItemClass.Next can be used to navigate from one item to the next item below. This moves from one item to the next without taking cell merging into account. LowerMainCell will skip any items and cells that are merged and locates the next lower main cell.

UpperMainCell returns the main cell above, PreviousMainCell and NextMainCell locate the previous and next adjacent cell respectively.

SftTabs/NET 6.0: Cell merging is not used in this product and this property has no effect.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com