com.aspose.cells

Class ShowDropButtonType

  • java.lang.Object
    • com.aspose.cells.ShowDropButtonType
public class ShowDropButtonType 
extends java.lang.Object

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

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

    • Field Detail

      • NEVER

        public static final int NEVER
        Never show the drop button.
      • FOCUS

        public static final int FOCUS
        Show the drop button when the control has the focus.
      • ALWAYS

        public static final int ALWAYS
        Always show the drop button.