public static Int32 AddPagex64(ISWPropertySheetObject ISWPropertySheetinstance, Int64 Page) { return(ISWPropertySheetinstance.ISWPropertySheetInstance.AddPagex64(Page)); }
public static Int32 AddActivePage(ISWPropertySheetObject ISWPropertySheetinstance, String Title, String ProgId, String LicenseKey) { return(ISWPropertySheetinstance.ISWPropertySheetInstance.AddActivePage(Title, ProgId, LicenseKey)); }
public static Object GetControl(ISWPropertySheetObject ISWPropertySheetinstance, Int32 PageIndex) { return(ISWPropertySheetinstance.ISWPropertySheetInstance.GetControl(PageIndex)); }
public static Int32 RemovePage(ISWPropertySheetObject ISWPropertySheetinstance, Int32 Page) { return(ISWPropertySheetinstance.ISWPropertySheetInstance.RemovePage(Page)); }