__BWI_IMAGE_POS Enumeration
Visual Studio 2015
Specifies where an image is placed on a button.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| BWI_IMAGE_ONLY | Only the image is drawn on the button. | |
| BWI_IMAGE_POS_LEFT | The image is drawn to the left of the text on the button. | |
| BWI_IMAGE_POS_RIGHT | The image is drawn to the right of the text on the button. |
Show: