Skip to content

T_DataTools_MessageBoxEx_DropDownPlacement

Nathan Moschkin edited this page Aug 16, 2020 · 2 revisions

DropDownPlacement Enumeration

Specifies where the drop-down button goes.

Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public enum DropDownPlacement

VB

Public Enumeration DropDownPlacement

Members

 

Member name Value Description
None 0 No drop-down menu. Items in the DropDownMenu list are ignored.
Left 1 There is a down-arrow button placed immediately to the left of the button that will act as the trigger for the drop-down menu.
Right 2 There is a down-arrow button placed immediately to the right of the button that will act as the trigger for the drop-down menu.

See Also

Reference

DataTools.MessageBoxEx Namespace

Clone this wiki locally