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