'Declaration Public Shared Function SaveDC( _ ByVal hdc As IntPtr _ ) As Integer
'Declaration
Public Shared Function SaveDC( _ ByVal hdc As IntPtr _ ) As Integer
'Usage Dim hdc As IntPtr Dim value As Integer value = VisualStyle.SaveDC(hdc)
'Usage
Dim hdc As IntPtr Dim value As Integer value = VisualStyle.SaveDC(hdc)
public static int SaveDC( IntPtr hdc )
VisualStyle Class VisualStyle Members