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