SftBox/OCX 4.5

SftBoxColumn.MinWidthPix Property

Softel vdm, Inc.

Defines the minimum width of this column.

Syntax       

Get

VB.NET

WPix = object.MinWidthPix  As Integer

VB

WPix = object.MinWidthPix  As Long

C#.NET

int WPix = object.MinWidthPix;

VC++

long WPix = object->MinWidthPix;
long WPix = object->GetMinWidthPix();

C

HRESULT object->get_MinWidthPix(long* WPix);

Delphi

WPix := object.MinWidthPix   : Integer;

Put

VB.NET

object.MinWidthPix = WPix  As Integer

VB

object.MinWidthPix = WPix  As Long

C#.NET

int object.MinWidthPix = WPix;

VC++

long object->MinWidthPix = WPix;
void object->PutMinWidthPix(long WPix);

C

HRESULT object->put_MinWidthPix(long WPix);

Delphi

object.MinWidthPix := WPix   : Integer;

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


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