public static int GetThemeInt( IntPtr hTheme, int iPartId, int iStateId, int iPropId, ref int piVal )
'Declaration Public Shared Function GetThemeInt( _ ByVal hTheme As IntPtr, _ ByVal iPartId As Integer, _ ByVal iStateId As Integer, _ ByVal iPropId As Integer, _ ByRef piVal As Integer _ ) As Integer
'Declaration
Public Shared Function GetThemeInt( _ ByVal hTheme As IntPtr, _ ByVal iPartId As Integer, _ ByVal iStateId As Integer, _ ByVal iPropId As Integer, _ ByRef piVal As Integer _ ) As Integer
'Usage Dim hTheme As IntPtr Dim iPartId As Integer Dim iStateId As Integer Dim iPropId As Integer Dim piVal As Integer Dim value As Integer value = VisualStyle.GetThemeInt(hTheme, iPartId, iStateId, iPropId, piVal)
'Usage
Dim hTheme As IntPtr Dim iPartId As Integer Dim iStateId As Integer Dim iPropId As Integer Dim piVal As Integer Dim value As Integer value = VisualStyle.GetThemeInt(hTheme, iPartId, iStateId, iPropId, piVal)
VisualStyle Class VisualStyle Members