|
|
|
SftButton.OptimalWidth Property |
Returns the control's optimal width.
Syntax
VB.NET |
Width = object.OptimalWidth As Integer |
||
VB |
Width = object.OptimalWidth As Integer |
||
C#.NET |
int Width = object.OptimalWidth; |
||
VC++ |
int Width = object->OptimalWidth;
|
||
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.