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