IsAnnotationPositionBottomRight

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationPositionBottomRight (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_POSITION_BOTTOM_RIGHT flag. Represents the ‘Bottom Right’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Bottom Right’ radio button is checked.

Programming Notes

None

Code Example

None