Share via


Style Tab, Edit Box Builder

The Style tab in the Edit Box Builder specifies edit box visual effect, border, and alignment. This builder also has the Format tab and Value tab.

When you choose OK, the builder closes, applying the property settings from every tab.

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.

See Also

Alignment Property | BorderStyle Property | Edit Box Builder | Format Tab, Edit Box Builder | SpecialEffect Property | Value Tab, Edit Box Builder