Utility class containing constants.
Specifies when to show the drop button
Field Summary |
const Number | NEVER | |
Never show the drop button.
|
const Number | FOCUS | |
Show the drop button when the control has the focus.
|
const Number | ALWAYS | |
Always show the drop button.
|