In This Topic
Internal use only. Gets the theme index.
Syntax
'Declaration
Public Shared Function GetThemeInt( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByRef 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)
public static int GetThemeInt(
IntPtr ,
int ,
int ,
int ,
ref int
)
Parameters
- hTheme
- iPartId
- iStateId
- iPropId
- piVal
See Also