clsCommonWrapper.CreateColorBrush FunctionCreates a GDI brush with a certain color used to fill GDI shapesSyntax
Public Function CreateColorBrush (ByVal lColor As Long) As Long
Parameters
Remarks
You must release the returned handle with the [DeleteObject] function when the created brush is useless
|