asposecells.api

Class DropButtonStyle

Utility class containing constants. Represents the symbol displayed on the drop button.

Field Summary
const  intPLAIN
Displays a button with no symbol.
const  intARROW
Displays a button with a down arrow.
const  intELLIPSIS
Displays a button with an ellipsis (...).
const  intREDUCE
Displays a button with a horizontal line like an underscore character.
 

    • Field Detail

      • PLAIN

        const int PLAIN
        Displays a button with no symbol.
      • ARROW

        const int ARROW
        Displays a button with a down arrow.
      • ELLIPSIS

        const int ELLIPSIS
        Displays a button with an ellipsis (...).
      • REDUCE

        const int REDUCE
        Displays a button with a horizontal line like an underscore character.