Home
last modified time | relevance | path

Searched refs:SetCueBanner (Results 1 – 4 of 4) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs569 private static void SetCueBanner(IntPtr hWnd, string strText) in SetCueBanner() method in KeePass.UI.UIUtil
585 public static void SetCueBanner(TextBox tb, string strText) in SetCueBanner() method in KeePass.UI.UIUtil
589 SetCueBanner(tb.Handle, strText); in SetCueBanner()
592 public static void SetCueBanner(ToolStripTextBox tb, string strText) in SetCueBanner() method in KeePass.UI.UIUtil
596 SetCueBanner(tb.TextBox, strText); in SetCueBanner()
599 public static void SetCueBanner(ToolStripComboBox tb, string strText) in SetCueBanner() method in KeePass.UI.UIUtil
608 SetCueBanner(cbi.hwndEdit, strText); in SetCueBanner()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DDataEditorForm.cs159 UIUtil.SetCueBanner(m_tbFind, strSearchTr); in OnFormLoad()
H A DMainForm.cs409 UIUtil.SetCueBanner(m_tbQuickFind, strSearchTr); in OnFormLoad()
/dports/security/keepass/KeePass-2.49-Source/Translation/TrlUtil/
H A DMainForm.cs90 UIUtil.SetCueBanner(m_tbFind, strSearchTr); in OnFormLoad()