asposecells.api

Class ControlScrollBarType

Utility class containing constants. Represents the type of scroll bar.

Field Summary
const  intNONE
Displays no scroll bars.
const  intHORIZONTAL
Displays a horizontal scroll bar.
const  intBARS_VERTICAL
Displays a vertical scroll bar.
const  intBARS_BOTH
Displays both a horizontal and a vertical scroll bar.
 

    • Field Detail

      • NONE

        const int NONE
        Displays no scroll bars.
      • HORIZONTAL

        const int HORIZONTAL
        Displays a horizontal scroll bar.
      • BARS_VERTICAL

        const int BARS_VERTICAL
        Displays a vertical scroll bar.
      • BARS_BOTH

        const int BARS_BOTH
        Displays both a horizontal and a vertical scroll bar.