Compartir a través de


Style Tab, List Box Builder

The Style tab in the List Box Builder specifies style, number of rows to display, and incremental searching. The other List Box Builder tabs are List Items tab, Layout tab, and Value tab.

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

  • Three-dimensional
    Specifies a three-dimensional look for the list box. This option corresponds to the SpecialEffect property.
  • Plain
    Specifies a plain look for the list box. This option corresponds to the SpecialEffect property.
  • Rows to Display
    Sets the Height property of the list box so that it displays only the specified number of rows at a time.
  • Yes, Enable Incremental Searching
    Specifies whether the control tries to match an item in the list as the user types each letter. This option corresponds to setting the IncrementalSearch property to .T.
  • No, Don't Enable Incremental Searching
    Disables incremental searching. This option corresponds to setting the IncrementalSearch property to .F.

See Also

Height Property | IncrementalSearch Property | Layout Tab, List Box Builder | List Box Builder | List Items Tab, List Box Builder | SpecialEffect Property | Value Tab, List Box Builder