-
Notifications
You must be signed in to change notification settings - Fork 2
T_DataTools_MessageBoxEx_DropDownPlacement
Nathan Moschkin edited this page Aug 16, 2020
·
2 revisions
Specifies where the drop-down button goes.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum DropDownPlacementVB
Public Enumeration DropDownPlacement
| 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. |