Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.WidthPix Property

Defines the width of the row header area in pixels.

Syntax

Get

VB.NETWPix = object.WidthPix As Integer
VBWPix = object.WidthPix As Long
C#.NETint WPix = object.WidthPix;
VC++long WPix = object->WidthPix;
long WPix = object->GetWidthPix();
CHRESULT object->get_WidthPix(long* WPix);

Put

VB.NETobject.WidthPix = WPix As Integer
VBobject.WidthPix = WPix As Long
C#.NETint object.WidthPix = WPix;
VC++long object->WidthPix = WPix;
void object->PutWidthPix(long WPix);
CHRESULT object->put_WidthPix(long WPix);

object

A SftBoxRowHeaders object.

WPix

The width of the row header area. The units used are pixels.

Comments

The WidthPix property defines the width of the row header area in pixels.

The RowHeaders.Width and 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.