Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / CreateSolidBrush Method


In This Topic
CreateSolidBrush Method
In This Topic
The CreateSolidBrush method.
Syntax
'Declaration
 
Public Shared Function CreateSolidBrush( _
   ByVal color As Integer _
) As IntPtr
 
'Usage
 
Dim color As Integer
Dim value As IntPtr
 
value = VisualStyle.CreateSolidBrush(color)

Parameters

color
See Also