public INTLIST GetThemeIntList(int partId, int stateId, int propertyId)
        {
            var     value = new INTLIST();
            HResult hr    = StyleNativeMethods.GetThemeIntList(theme, partId, stateId, propertyId, value);

            return(Found(hr) ? value : null);
        }
Beispiel #2
0
 private static extern int GetThemeIntList(SafeThemeHandle hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
		static extern Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
 private extern static int GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
 static extern Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);