__BWI_IMAGE_POS Enum

Definition

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.

Applies to