Print Page | Close Window

Tooltip for disabled controls

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=4620
Printed Date: 10 November 2025 at 8:18pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tooltip for disabled controls
Posted By: ABuenger
Subject: Tooltip for disabled controls
Date Posted: 19 July 2006 at 4:57pm
How can I set a different tooltip if a control is disabled? I would like to tell the user why a control is disabled.
 


-------------
Codejock support



Replies:
Posted By: Oleg
Date Posted: 20 July 2006 at 8:52am
Hi,
 
use Update handler:
 
CXTPControl* pPopup = CXTPControl::FromUI(pCmdUI);
 if (pPopup)
 {
  pPopup->SetToolTip(strTip);
 }


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net