asposecells.api

Class ShowDropButtonType

Utility class containing constants. Specifies when to show the drop button

Field Summary
const  intNEVER
Never show the drop button.
const  intFOCUS
Show the drop button when the control has the focus.
const  intALWAYS
Always show the drop button.
 

    • Field Detail

      • NEVER

        const int NEVER
        Never show the drop button.
      • FOCUS

        const int FOCUS
        Show the drop button when the control has the focus.
      • ALWAYS

        const int ALWAYS
        Always show the drop button.