Пример #1
0
 internal static IntPtr GetParent(IntPtr handle)
 {
                 #if DriverDebug
     Console.WriteLine("GetParent({0}): Called", Window(handle));
                 #endif
     return(driver.GetParent(handle));
 }
Пример #2
0
 internal static IntPtr GetParent(IntPtr handle, bool with_owner)
 {
     DriverDebug("GetParent ({0}, {1}): Called", Window(handle), with_owner);
     return(driver.GetParent(handle, with_owner));
 }
Пример #3
0
 internal static IntPtr GetParent(IntPtr handle)
 {
     DriverDebug("GetParent ({0}): Called", Window(handle));
     return(driver.GetParent(handle));
 }