InsideHeight, InsideWidth Properties Example
The following example uses the InsideHeight and InsideWidth properties to resize a CommandButton. The user clicks the CommandButton to resize it.
Note
|
|---|
| InsideHeight and InsideWidth are read-only properties. |
To use this example, copy this sample code to the Declarations portion of a form. Make sure that the form contains:
- A CommandButton named CommandButton1.
|
Note