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


In This Topic
SelectObject Method
In This Topic
The SelectObject method.
Syntax
'Declaration
 
Public Shared Function SelectObject( _
   ByVal hDC As IntPtr, _
   ByVal gdiObject As IntPtr _
) As IntPtr
 
'Usage
 
Dim hDC As IntPtr
Dim gdiObject As IntPtr
Dim value As IntPtr
 
value = VisualStyle.SelectObject(hDC, gdiObject)

Parameters

hDC
gdiObject
See Also