java.lang.Object
com.aspose.cells.ShowDropButtonType
public class ShowDropButtonType
| Field Summary | ||
|---|---|---|
static final int | NEVER | |
| Never show the drop button. | ||
static final int | FOCUS | |
| Show the drop button when the control has the focus. | ||
static final int | ALWAYS | |
| Always show the drop button. | ||
| Field Detail |
|---|
NEVER | |
public static final int NEVER | |
FOCUS | |
public static final int FOCUS | |
ALWAYS | |
public static final int ALWAYS | |