Enum which describes the Popup Window (Desktop Alert) stem location.
Enumerator |
---|
BCGPPopupWindowStemLocation_None |
The popup window doesn't have a stem.
|
BCGPPopupWindowStemLocation_Left |
The stem is located on the left side of the popup window.
|
BCGPPopupWindowStemLocation_Right |
The stem is located on the right side of the popup window.
|
BCGPPopupWindowStemLocation_TopLeft |
The stem is located on the top-left corner of the popup window.
|
BCGPPopupWindowStemLocation_TopCenter |
The stem is located on top of the popup window.
|
BCGPPopupWindowStemLocation_TopRight |
The stem is located on the top-right corner of the popup window.
|
BCGPPopupWindowStemLocation_BottomLeft |
The stem is located on the bottom-left corner of the popup window.
|
BCGPPopupWindowStemLocation_BottomCenter |
The stem is located on the bottom side of the popup window.
|
BCGPPopupWindowStemLocation_BottomRight |
The stem is located on the bottom-right corner of the popup window.
|