SftDirectory 2.5

SftDirectoryColumn.MinWidth Property

Softel vdm, Inc.

Defines the column's minimum width.

Syntax       

Get

VB.NET

Width = object.MinWidth  As Single

VB

Width = object.MinWidth  As Single

C#.NET

float Width = object.MinWidth;

VC++

float Width = object->MinWidth;
float Width = object->GetMinWidth();

C

HRESULT object->get_MinWidth(float* Width);

Delphi

Width := object.MinWidth   : Single;

Put

VB.NET

object.MinWidth = Width  As Single

VB

object.MinWidth = Width  As Single

C#.NET

float object.MinWidth = Width;

VC++

float object->MinWidth = Width;
void object->PutMinWidth(float Width);

C

HRESULT object->put_MinWidth(float Width);

Delphi

object.MinWidth := Width   : Single;

object

A SftDirectoryColumn object.

Width

Defines the column's minimum width. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The MinWidth property defines the column's minimum width.

If a minimum width is specified, the end-user cannot use column resizing to make the column smaller than the specified width.

The MinWidthPix property can be used to define the column's minimum width using pixels.


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