Desktop Functions: Smart Device Functions:
|
Search Results for "PROPID" in [All]user32const uint EVENT_UIA_PROPID_START = 0x7500; const uint EVENT_UIA_PROPID_END = 0x75FF; Interfaces
public uint propid;
[In] uint propidNameFirst);
[In] int cpropid,
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] uint[] rgpropid,
[In] int cpropid,
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] uint[] rgpropid,
[In] int cpropid,
[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] uint[] rgpropid); uxtheme4: GetThemeBool
public extern static Int32 GetThemeBool(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out int pfVal);
Public Shared Function GetThemeBool(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pfVal As Integer) As Int32
public extern static Int32 GetThemeColor(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out COLORREF pColor);
ByVal iPropId As Integer, _
public extern static Int32 GetThemeEnumValue(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out int piVal);
Public Shared Function GetThemeEnumValue(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef piVal As Integer) As Int32
public extern static Int32 GetThemeFilename(IntPtr hTheme, int iPartId, int iStateId, int iPropId, StringBuilder themeFileName, int themeFileNameLength);
iPropId 8: GetThemeFont
public extern static Int32 GetThemeFont(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont);
Public Shared Function GetThemeFont(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pFont As LOGFONT) As Int32 9: GetThemeInt
public extern static Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
Public Shared Function GetThemeIntList(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pIntList As INTLIST) As Int32 10: GetThemeIntList
public extern static Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList); 11: GetThemeMargins
static extern int GetThemeMargins(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, IntPtr prc, out MARGINS pMargins);
Public Shared Function GetThemeMargins(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pMargins As MARGINS) As Int32 12: GetThemeMetric
public extern static Int32 GetThemeMetric(IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, int iPropId, out int piVal);
Public Shared Function GetThemeMetric(hTheme As IntPtr, hDC As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef piVal As Integer) As Int32 13: GetThemePosition
public extern static Int32 GetThemePosition(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out POINT pPoint);
Public Shared Function GetThemePosition(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pPoint As POINT) As Int32
public extern static Int32 GetThemePropertyOrigin(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out PropertyOrigin pOrigin);
Public Shared Function GetThemePropertyOrigin(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pOrigin As PropertyOrigin) As Int32 15: GetThemeRect
public extern static Int32 GetThemeRect(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out RECT pRect);
Public Shared Function GetThemeRect(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pRect As RECT) As Int32 16: GetThemeString
public extern static Int32 GetThemeString(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out StringBuilder themeString, int themeStringLength);
Public Shared Function GetThemeString(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef themeString As StringBuilder, themeStringLength As Integer) As Int32
static extern int GetThemeTransitionDuration(IntPtr hTheme, int iPartId, int iStateIdFrom, int iStateIdTo, int iPropId, out uint pdwDuration); Structures18: DTTOPTS
public int iFontPropId;
public int iColorPropId;
private int iFontPropId;
private int iColorPropId;
get { return ColorTranslator.FromWin32(iColorPropId); }
iColorPropId = ColorTranslator.ToWin32(value);
get { return (DrawThemeTextSystemFonts)iFontPropId; }
iFontPropId = (int)value; 19: FULLPROPSPEC
' property identifier (propid) or by the associated string name (lpwstr). 20: PROPSPEC
PROPID = 1
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
'/// Specifies that the propid member is used.
PROPID = 1 21: PROPSPECKIND
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
'/// Specifies that the propid member is used.
PROPID = 1 22: STATPROPSTG
public uint propid; Enums23: PROPID
24: PROPSPECKIND
PRSPEC_PROPID = 1
'/// Indicates whether the PROPSPEC propid or lpwstr member used.
'/// Specifies that the propid member is used.
PROPID = 1 |