Aspose::Cells::Drawing::ActiveXControls::ShowDropButtonType enum

ShowDropButtonType enum

Specifies when to show the drop button.

enum class ShowDropButtonType

Values

NameValueDescription
Never0
Never show the drop button.
Focus1
Show the drop button when the control has the focus.
Always2
Always show the drop button.

See Also