|
A Rolodex control launches the Address Book pop-up window and populates one or more Field controls based on the user's selection. |
Behavior |
|
Enabled |
Sets the initial state of the control as enabled (True) or disabled (False). |
Visible |
If set to True, the Rolodex control is visible. If set to False, the Rolodex control is not visible. |
Control |
|
ControlID |
Used to identify the control. For example, the first Rolodex control on the form will be assigned the control ID Rolodex1 while the next Rolodex control is assigned Rolodex2. You can change the control ID as needed. The ID can contain numerals or letters, but it must begin with a letter. |
Data |
|
BusinessCategory |
The business category that will display when the Address Book is opened. For example, credit or underwriter. |
Layout |
|
Position |
Controls the relative position (in pixels) of the Rolodex on the form. The X value determines left to right, the Y value determines top to bottom position. Click the Position property and type values or expand the row to view the X and Y properties and make your changes. |
Size |
Controls the width and height of the Rolodex (in pixels). Click the Size property and type values or expand the row to view the Width and Height properties and make your changes. |