SftBox/OCX 4.5

SftBoxHeaders.Resizable Property

Softel vdm, Inc.

Defines whether column headers are resizable.

Syntax       

Get

VB.NET

Style = object.Resizable  As SftBoxColumnResizeConstants

VB

Style = object.Resizable  As SftBoxColumnResizeConstants

C#.NET

SftBoxColumnResizeConstants Style = object.Resizable;

VC++

enum SftBoxColumnResizeConstants Style = object->Resizable;
enum SftBoxColumnResizeConstants Style = object->GetResizable();

C

HRESULT object->get_Resizable(enum SftBoxColumnResizeConstants* Style);

Delphi

Style := object.Resizable  : TOleEnum;

Put

VB.NET

object.Resizable = Style  As SftBoxColumnResizeConstants

VB

object.Resizable = Style  As SftBoxColumnResizeConstants

C#.NET

SftBoxColumnResizeConstants object.Resizable = Style;

VC++

enum SftBoxColumnResizeConstants object->Resizable = Style;
void object->PutResizable(enum SftBoxColumnResizeConstants Style);

C

HRESULT object->put_Resizable(enum SftBoxColumnResizeConstants Style);

Delphi

object.Resizable := Style  : TOleEnum;

object

A SftBoxHeaders object.

Style

Defines whether column headers are resizable.

Style

Value

Description

columnResizeSftBoxNone 

The columns cannot be resized.

columnResizeSftBoxSingle 

1

One column at a time can be resized.

columnResizeSftBoxMultiple 

2

One or multiple columns can be resized at a time.

Comments

The Resizable property defines whether column headers are resizable.

Even if column resizing is allowed, individual columns can be locked using the Header.Locked property.


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