SftButton/OCX 2.5

SftButton.OptimalWidth Property

Softel vdm, Inc.

Returns the control's optimal width.

Syntax       

Get

VB.NET

Width = object.OptimalWidth  As Integer

VB

Width = object.OptimalWidth  As Integer

C#.NET

int Width = object.OptimalWidth;

VC++

int Width = object->OptimalWidth;
int Width = object->GetOptimalWidth();

C

HRESULT object->get_OptimalWidth(int* Width);

Delphi

Width := object.OptimalWidth   : Integer;

object

A SftButton object.

Width

Returns the control's optimal width.

Comments

The OptimalWidth property returns the control's optimal width.

The optimal width returned allows all text and picture components to be displayed without being clipped.

The OptimalHeight property returns the control's optimal height.

The AutoSize property can be used to automatically resize the control based on its contents.


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