SetHeaderOffsetY

 

Sets the vertical offset value what used for the Header text. The unit what belongs to the value can be set by the SetHeaderOffsetUnits function.

SetHeaderOffsetY (pDevMode As Long, lColor As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value    - New vertical offset of the Header text

Return value - TRUE on success, FALSE otherwise.

 

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.