简体   繁体   English

色带控制工具提示

[英]Tool Tip for ribbon control

I have used Ribbon control in my project, and in that ribbon control I have used many buttons and labels. 我在项目中使用了Ribbon控件,在该功能区控件中,我使用了许多按钮和标签。

For example I have used new_btn for creating a new folder under root, for this button I have set the tooltip property as "New Folder". 例如,我使用new_btn在root下创建一个新文件夹,为此按钮,我将tooltip属性设置为“ New Folder”。

While moving mouse to this button, the tooltip does not display. 将鼠标移至该按钮时,不会显示工具提示。 However, for normal buttons where I have set tooltip it displayed properly while hovering the mouse over the button. 但是,对于我设置了工具提示的普通按钮,将鼠标悬停在按钮上时它会正确显示。

How to use the tooltip for ribbon control items properly? 如何正确使用工具提示来控制功能区?

Use the ToolTipTitle property. 使用ToolTipTitle属性。 Apart from this property, you can also use five other properties to make the ToolTip more informative 除此属性外,您还可以使用其他五个属性使ToolTip更具信息性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM