asposecells.api

Class ControlListStyle

Utility class containing constants. Represents the visual appearance of the list in a ListBox or ComboBox.

Field Summary
const  intPLAIN
Displays a list in which the background of an item is highlighted when it is selected.
const  intOPTION
Displays a list in which an option button or a checkbox next to each entry displays the selection state of that item.
 

    • Field Detail

      • PLAIN

        const int PLAIN
        Displays a list in which the background of an item is highlighted when it is selected.
      • OPTION

        const int OPTION
        Displays a list in which an option button or a checkbox next to each entry displays the selection state of that item.