SftBox/OCX 4.5

SftBoxRowHeaders.Width Property

Softel vdm, Inc.

Defines the width of the row header area.

Syntax       

Get

VB.NET

W = object.Width  As Single

VB

W = object.Width  As Single

C#.NET

float W = object.Width;

VC++

float W = object->Width;
float W = object->GetWidth();

C

HRESULT object->get_Width(float* W);

Delphi

W := object.Width   : Single;

Put

VB.NET

object.Width = W  As Single

VB

object.Width = W  As Single

C#.NET

float object.Width = W;

VC++

float object->Width = W;
void object->PutWidth(float W);

C

HRESULT object->put_Width(float W);

Delphi

object.Width := W   : Single;

object

A SftBoxRowHeaders object.

W

The width of the row header area. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The Width property defines the width of the row header area.

The RowHeaders.Width and RowHeaders.WidthPix methods are synonyms, but may use different coordinate systems.

The RowHeaders.CalcOptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row header area. An optimal width allows all text and graphic components in row headers to be displayed in their entirety, without being clipped.


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