Softelvdm.Controls Class Library for Windows Controls 1.0

RealHeight Property, CellBaseClass Class

Softel vdm, Inc.

Returns the physical height of the cell (not considering vertical/horizontal cell merging).

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Overridable MustOverride Property RealHeight As Integer

C#   

public virtual abstract int RealHeight { get; }

C++   

public: property virtual int RealHeight {
        int get() abstract;
}

Property Value

The physical height of the cell in pixels.

Comments

The RealHeight property returns the physical height of the cell (not considering vertical/horizontal cell merging).

This function is overridden in a derived class, usually to provide the value as it may be determined by the containing item.

The Dimension property returns the actual size of the cell, including any merged, subordinate cells.

SftTabs/NET 6.0: The RealHeight property is not used as tabs are sized based on tab control definitions and tab contents.

Version Information

Supported in version 1.0.
Products Table


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