'Declaration
Public Overloads Shared Function GetThemeMargins( _ ByVal hTheme As System.IntPtr, _ ByVal hdc As System.IntPtr, _ ByVal partId As System.Integer, _ ByVal stateId As System.Integer, _ ByVal propId As System.Integer, _ ByVal rect As System.IntPtr, _ ByRef margins As NUxTheme.MARGINS _ ) As System.Integer
'Usage
Dim hTheme As System.IntPtr Dim hdc As System.IntPtr Dim partId As System.Integer Dim stateId As System.Integer Dim propId As System.Integer Dim rect As System.IntPtr Dim margins As NUxTheme.MARGINS Dim value As System.Integer value = NUxTheme.GetThemeMargins(hTheme, hdc, partId, stateId, propId, rect, margins)
Parameters
- hTheme
- hdc
- partId
- stateId
- propId
- rect
- margins