Softelvdm.Controls Class Library for Windows Controls 1.0

RealWidth Property, CellBaseClass Class

Softel vdm, Inc.

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

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Overridable MustOverride Property RealWidth As Integer

C#   

public virtual abstract int RealWidth { get; }

C++   

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

Property Value

The physical width of the cell in pixels.

Comments

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

For internal use only - Not intended for direct use by applications

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 RealWidth 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