예제 #1
0
 public static Boolean AddMenuPopupItem(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ID, String ItemText, Int32 DocumentType, String HintText)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.AddMenuPopupItem(ID, ItemText, DocumentType, HintText));
 }
예제 #2
0
 public static IPropertyManagerPageTabObject AddTab(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ID, String Caption, String Bitmap, Int32 Options)
 {
     return(new IPropertyManagerPageTabObject(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.AddTab(ID, Caption, Bitmap, Options)));
 }
예제 #3
0
 public static Int32 Show2(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 Options)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.Show2(Options));
 }
예제 #4
0
 public static Boolean EnableButton(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 WhichOne, Boolean Enable)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.EnableButton(WhichOne, Enable));
 }
예제 #5
0
 public static void SetTitleBitmap2(IPropertyManagerPage2Object IPropertyManagerPage2instance, String FilePathName)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetTitleBitmap2(FilePathName));
 }
예제 #6
0
 public static Int32 GetFocus(IPropertyManagerPage2Object IPropertyManagerPage2instance)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.GetFocus());
 }
예제 #7
0
 public static void Close(IPropertyManagerPage2Object IPropertyManagerPage2instance, Boolean Okay)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.Close(Okay));
 }
예제 #8
0
 public static IPropertyManagerPageControlObject IAddControl(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ID, Int16 ControlType, String Caption, Int16 LeftAlign, Int32 Options, String Tip)
 {
     return(new IPropertyManagerPageControlObject(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.IAddControl(ID, ControlType, Caption, LeftAlign, Options, Tip)));
 }
예제 #9
0
 public static Boolean SetMessage(IPropertyManagerPage2Object IPropertyManagerPage2instance, String Message, Int32 Visibility)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetMessage(Message, Visibility));
 }
예제 #10
0
 public static Boolean SetTitleBitmap(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ModuleHandle, Int32 Identifier)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetTitleBitmap(ModuleHandle, Identifier));
 }
예제 #11
0
 public static IPropertyManagerPageGroupObject IAddGroupBox(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ID, String Caption, Int32 Options)
 {
     return(new IPropertyManagerPageGroupObject(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.IAddGroupBox(ID, Caption, Options)));
 }
예제 #12
0
 public static String Title(IPropertyManagerPage2Object IPropertyManagerPage2instance)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.Title);
 }
예제 #13
0
 public static Boolean Pinned(IPropertyManagerPage2Object IPropertyManagerPage2instance)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.Pinned);
 }
예제 #14
0
 public static Boolean SetFocus(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 ID)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetFocus(ID));
 }
예제 #15
0
 public static Boolean SetMessage3(IPropertyManagerPage2Object IPropertyManagerPage2instance, String Message, Int32 Visibility, Int32 Expanded, String Caption)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetMessage3(Message, Visibility, Expanded, Caption));
 }
예제 #16
0
 public static Int32 Show(IPropertyManagerPage2Object IPropertyManagerPage2instance)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.Show());
 }
예제 #17
0
 public static void SetExitConfirmationCursor(IPropertyManagerPage2Object IPropertyManagerPage2instance, Boolean Enable)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetExitConfirmationCursor(Enable));
 }
예제 #18
0
 public static void SetCursor(IPropertyManagerPage2Object IPropertyManagerPage2instance, Int32 Mode)
 {
     return(IPropertyManagerPage2instance.IPropertyManagerPage2Instance.SetCursor(Mode));
 }