Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.Width Property

Defines the width of the row header area.

Syntax

Get

VB.NETW = object.Width As Single
VBW = object.Width As Single
C#.NETfloat W = object.Width;
VC++float W = object->Width;
float W = object->GetWidth();
CHRESULT object->get_Width(float* W);

Put

VB.NETobject.Width = W As Single
VBobject.Width = W As Single
C#.NETfloat object.Width = W;
VC++float object->Width = W;
void object->PutWidth(float W);
CHRESULT object->put_Width(float W);

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

See Also SftBoxRowHeaders Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.