This tab in the Edit Box builder specifies edit box visual effect, border, and alignment.
Special Effect
- 3D
- Specifies a left and top edge highlight and a right and lower edge shadow for the combo box. This option corresponds to the 3D setting of the SpecialEffect property.
- Plain
- Specifies that the combo box is an unshadowed box on the form. This option corresponds to the Plain setting of the SpecialEffect property.
Border
- Single
- Specifies a single line around the edit box. This option corresponds to the Fixed-Single setting of the BorderStyle property.
- None
- Specifies no line around the edit box. This option corresponds to the None setting of the BorderStyle property.
Character Alignment
- Left
- Specifies that text in the edit box will be left-aligned. This option corresponds to the Left setting of the Alignment property.
- Right
- Specifies that text in the edit box will be right-aligned. This option corresponds to the Right setting of the Alignment property.
- Center
- Specifies that text in the edit box will be centered. This option corresponds to the Center setting of the Alignment property.