Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / GetThemeInt Method


In This Topic
GetThemeInt Method
In This Topic
Internal use only. Gets the theme index.
Syntax
'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)

Parameters

hTheme
iPartId
iStateId
iPropId
piVal
See Also