6 references to TPM_VERTICAL
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ContextMenu.cs (3)
198
Show(control, pos, NativeMethods.
TPM_VERTICAL
| NativeMethods.TPM_RIGHTBUTTON);
213
Show(control, pos, NativeMethods.
TPM_VERTICAL
| NativeMethods.TPM_RIGHTBUTTON | NativeMethods.TPM_RIGHTALIGN);
216
Show(control, pos, NativeMethods.
TPM_VERTICAL
| NativeMethods.TPM_RIGHTBUTTON | NativeMethods.TPM_LEFTALIGN);
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
735
NativeMethods.
TPM_VERTICAL
| NativeMethods.TPM_RIGHTALIGN,
winforms\Managed\System\WinForms\ToolBar.cs (1)
1567
NativeMethods.
TPM_VERTICAL
,
winforms\Managed\System\WinForms\TreeView.cs (1)
3100
NativeMethods.
TPM_VERTICAL
,