Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies where an image is placed on a button.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __BWI_IMAGE_POS
public enum __BWI_IMAGE_POS
public enum class __BWI_IMAGE_POS
type __BWI_IMAGE_POS
public enum __BWI_IMAGE_POS
Members
Member name | Description | |
---|---|---|
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. | |
BWI_IMAGE_ONLY | Only the image is drawn on the button. |