ShowDropButtonType Enumeration

Specifies when to show the drop button

Namespace:  Aspose.Diagram.ActiveXControls
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ShowDropButtonType
Members
  Member 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