SftDirectory 2.5

SftDirectoryColumn.MinWidthPix Property

Softel vdm, Inc.

Defines the column's minimum width.

Syntax       

Get

VB.NET

WidthPix = object.MinWidthPix  As Integer

VB

WidthPix = object.MinWidthPix  As Long

C#.NET

int WidthPix = object.MinWidthPix;

VC++

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

C

HRESULT object->get_MinWidthPix(long* WidthPix);

Delphi

WidthPix := object.MinWidthPix   : Integer;

Put

VB.NET

object.MinWidthPix = WidthPix  As Integer

VB

object.MinWidthPix = WidthPix  As Long

C#.NET

int object.MinWidthPix = WidthPix;

VC++

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

C

HRESULT object->put_MinWidthPix(long WidthPix);

Delphi

object.MinWidthPix := WidthPix   : Integer;

object

A SftDirectoryColumn object.

WidthPix

Defines the column's minimum width, in pixels.

Comments

The MinWidthPix property defines the column's minimum width. If a minimum width is specified, the end-user cannot make the column smaller than the specified width.


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