Unicode Controls & Classes for VB6 - Version 4

clsGpPen.hPen Property

Gets or Sets the associated Pen handle from/to this class, this method automatically disposes the previous handle when you assign a new handle

Syntax
Public Property Get hPen () As Long
Public Property Let hPen (ByVal hPn As Long)
Parameters
Parameter Description
ByVal hPn As Long The Pen handle
Remarks