简体   繁体   English

最小化/最大化/关闭按钮的工具提示和Devexpress lookAndFeel

[英]Minimize/Maximize/Close buttons' tooltip and Devexpress lookAndFeel

I'm trying to force Minimize/Maximize/Close buttons' tooltips (in ribbonform) to get a look from a lookAndFeel. 我试图强制“最小化/最大化/关闭”按钮的工具提示(以功能区形式)以从lookAndFeel获得外观。 So far I created a ribbonform, then I placed defaultLookAndFeel component on it ahd I chose an OfficeBlue skin. 到目前为止,我已经创建了一个ribbonform,然后将defaultLookAndFeel组件放置在其上,并选择了OfficeBlue外观。 My ribbon form changed however the tooltips for control buttons(minimize,maximize,close) look the same. 我的功能区表单已更改,但是控制按钮的工具提示(最小化,最大化,关闭)看起来相同。 I also tried to use DefaultToolTipControler however changing properties on appearance section didn't get any results. 我也尝试使用DefaultToolTipControler,但是更改外观部分的属性没有得到任何结果。 Is there any way to change appearance of tooltips mentioned before? 有什么办法可以改变前面提到的工具提示的外观?

You're probably trying to get rid of the Aero integration. 您可能正在尝试摆脱Aero集成。
Set AllowFormGlass to false. AllowFormGlass设置为false。

暂无
暂无

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

相关问题 覆盖标题栏按钮的工具提示文本(关闭,最大化,最小化,帮助) - Override tooltip text for Titlebar buttons (Close, Maximize, Minimize, Help) c#最大化,最小化和关闭表单上的按钮 - c# Maximize, Minimize and Close buttons on form 更改工具提示 c# winform 的最小化最大化或关闭按钮 - Change tooltip c# winform of minimize maximize or close button 如何创建带有关闭,最大化和最小化按钮的PictureBox? - How can I create a PictureBox with close, maximize, and minimize buttons? WPF RibbonWindow 最小化、最大化/恢复和关闭按钮不可见 - WPF RibbonWindow Minimize, Maximize / Restore, and Close Buttons Not Visible 隐藏最小化,最大化,关闭窗口中的按钮并显示图标 - Hide minimize, maximize, close buttons from a window and show the icon SetWindowsHookEx,然后单击冻结表单上的最小化/最大化/关闭按钮 - SetWindowsHookEx and clicking minimize/maximize/close buttons on form freezing WinForm App运行控制台-在控制台问题上禁用最小/最大化/关闭按钮 - WinForm App running a console - Disabling minimize/maximize/close buttons on console issue 使用命令绑定或事件处理程序是否是在WPF中实现“关闭”,“最小化”和“最大化”按钮的更好方法? - Is using command binding or event handler a better approach to implement Close, Minimize and Maximize Buttons in WPF? 打开菜单时,单击一次时Windows标题栏的“最小化”,“最大化”和“关闭”按钮不起作用 - Minimize, Maximize and close buttons of Windows title bar does not work on single click when Menu is open
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM