Habanero.Faces.Win.ToolTipWin.SetToolTip C# (CSharp) Метод

SetToolTip() публичный Метод

Associates ToolTip text with the specified control
public SetToolTip ( IControlHabanero controlHabanero, string toolTipText ) : void
controlHabanero IControlHabanero The Control to associate the ToolTip text with
toolTipText string The ToolTip text to display when the pointer is on the control
Результат void
        public void SetToolTip(IControlHabanero controlHabanero, string toolTipText)
        {
            base.SetToolTip(controlHabanero.GetControl(), toolTipText);
        }