__BWI_IMAGE_POS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where an image is placed on a button.
public enum class __BWI_IMAGE_POS
public enum class __BWI_IMAGE_POS
enum __BWI_IMAGE_POS
public enum __BWI_IMAGE_POS
type __BWI_IMAGE_POS =
Public Enum __BWI_IMAGE_POS
- Inheritance
-
__BWI_IMAGE_POS
Fields
BWI_IMAGE_ONLY | 2 | Only the image is drawn on the button. |
BWI_IMAGE_POS_LEFT | 0 | The image is drawn to the left of the text on the button. |
BWI_IMAGE_POS_RIGHT | 1 | The image is drawn to the right of the text on the button. |