|
<< Click to Display Table of Contents >>
SizeFactor |
Increases or decreases Elipse KeyPad's original size, by using a multiplication factor. Elipse KeyPad's original size is shown on the next table.
Default size values for Elipse KeyPad
Layout |
Width |
Height |
|---|---|---|
Alphanumeric |
550 px |
250 px |
Numeric |
200 px |
300 px |
The following example resizes Elipse KeyPad to 75% of its original size.
Sub CommandButton1_Click()
Application.GetKeyPad().SizeFactor = 0.75
Application.GetKeyPad().Show()
End Sub