#include “BlackIceDEVMODE.h”
BOOL IsAnnotationPositionBottomLeft (BlackIceDEVMODE* pDevMode);
Description
Returns the BLF_ANNOTATION_POSITION_BOTTOM_LEFT flag. Represents the ‘Bottom Left’ radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘Bottom Left’ radio button is checked.
Programming Notes
None
Code Example
None