Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.MinWidthPix Property

Defines the minimum width of this column.

Syntax

Get

VB.NETWPix = object.MinWidthPix As Integer
VBWPix = object.MinWidthPix As Long
C#.NETint WPix = object.MinWidthPix;
VC++long WPix = object->MinWidthPix;
long WPix = object->GetMinWidthPix();
CHRESULT object->get_MinWidthPix(long* WPix);

Put

VB.NETobject.MinWidthPix = WPix As Integer
VBobject.MinWidthPix = WPix As Long
C#.NETint object.MinWidthPix = WPix;
VC++long object->MinWidthPix = WPix;
void object->PutMinWidthPix(long WPix);
CHRESULT object->put_MinWidthPix(long WPix);

object

A SftBoxColumn object.

WPix

The minimum width of the column described by object. The units used are pixels.

Comments

The MinWidthPix property defines the minimum width of this column.

The Column.MinWidth and MinWidthPix properties are synonyms, but may use different coordinate systems.

The MinWidthPix property is used to change the minimum width of the column described by object. The minimum column width must be less than or equal to the column's defined width. The column width can be defined using the Column.Width property.

The defined minimum column width is only used to prevent the user from resizing the column and making it smaller than the defined minimum width.

See Also SftBoxColumn Object | Object Hierarchy


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