__BWI_IMAGE_POS Enumeration

 

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)

public enum __BWI_IMAGE_POS

Member nameDescription
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.

Return to top
Show: