IsAnnotationTransparent

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAnnotationTransparent (BlackIceDEVMODE* pDevMode);

Description

Returns the BLF_ANNOTATION_TRANSPARENT flag. Represents the ‘Transparent’ radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the ‘Transparent’ radio button is checked.

Programming Notes

None

Code Example

None