public new static frm FromHandle(SalWindowHandle handle) { return((frm)SalWindow.FromHandle(handle, typeof(frm))); }
public new static tbwServiceItemDetails FromHandle(SalWindowHandle handle) { return((tbwServiceItemDetails)SalWindow.FromHandle(handle, typeof(tbwServiceItemDetails))); }
/// <summary> /// Returns the object instance associated with the window handle. /// </summary> /// <param name="handle"></param> /// <returns></returns> public static new $safeitemname$ FromHandle(SalWindowHandle handle) { return(($safeitemname$)SalWindow.FromHandle(handle, typeof($safeitemname$))); }
public new static frmCusOrderDetails FromHandle(SalWindowHandle handle) { return((frmCusOrderDetails)SalWindow.FromHandle(handle, typeof(frmCusOrderDetails))); }
public new static tbwMainInventories FromHandle(SalWindowHandle handle) { return((tbwMainInventories)SalWindow.FromHandle(handle, typeof(tbwMainInventories))); }
public new static tbwInventoryPartDetails FromHandle(SalWindowHandle handle) { return((tbwInventoryPartDetails)SalWindow.FromHandle(handle, typeof(tbwInventoryPartDetails))); }
public new static tbwParts FromHandle(SalWindowHandle handle) { return((tbwParts)SalWindow.FromHandle(handle, typeof(tbwParts))); }
public new static dlgLchChangePassword FromHandle(SalWindowHandle handle) { return((dlgLchChangePassword)SalWindow.FromHandle(handle, typeof(dlgLchChangePassword))); }
public new static tbwInventoryLocation FromHandle(SalWindowHandle handle) { return((tbwInventoryLocation)SalWindow.FromHandle(handle, typeof(tbwInventoryLocation))); }
public new static dlgReceiveItem FromHandle(SalWindowHandle handle) { return((dlgReceiveItem)SalWindow.FromHandle(handle, typeof(dlgReceiveItem))); }
private void commandList_Inquire(object sender, Fnd.Windows.Forms.FndCommandInquireEventArgs e) { Ifs.Fnd.Windows.Forms.FndCommand command = (Ifs.Fnd.Windows.Forms.FndCommand)sender; hWndCurrentFocus = Sal.GetFocus(); command.Enabled = hWndCurrentFocus.SendMessage(Const.PM_DataItemLov, Const.METHOD_Inquire, 0); }
public new static tbwLchEmployee FromHandle(SalWindowHandle handle) { return((tbwLchEmployee)SalWindow.FromHandle(handle, typeof(tbwLchEmployee))); }