delphi - DevExpress的功能区栏: how to disable and hide "Full Screen Button"

标签 delphi devexpress delphi-xe2 ribbon

Windows 7 SP1 (x86) + Delphi XE2 + DevExpress 2013.1.2 (VCL) + TdxBarManager + 皮肤“Office2013White”。

如何在设计模式和/或运行时模式下禁用和隐藏“全屏按钮”(按钮的屏幕截图):

enter image description here

我试图在资源(.pas)中找到它,然后尝试通过dxSkinEditor(.skinres)编辑皮肤,但失败了。

提前致谢。

最佳答案

我找到了答案:

procedure TForm1.FormCreate(Sender: TObject);
begin
  RibbonAutoHideMode.Enabled := False;
end;

关于delphi - DevExpress的功能区栏: how to disable and hide "Full Screen Button",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18272409/

相关文章:

delphi - 如何避免通用容器中的非无参数构造函数出现不兼容的类型错误?

delphi - 如果删除的单元仍在其他单元中使用,那么如果我清理我的使用条款,会有什么不同吗?

delphi - 如何使我的 TCustomControl 后代组件停止闪烁?

delphi - 是否可以对字符串类型使用两个记录助手?

c# - DevExpress CustomRowFilter - 如何触发?

c# - 表单数据集更新

delphi - 创建虚拟打印机作为文档管理系统的接口(interface)

ios - 控件变得不可见 - 如何修复奇怪的 GUI 行为 - Delphi xe6

asp.net - 使用 devexpress HtmlEditor 控件有 DXR.axd 抛出 404

delphi - 为自定义组件中存储在 DFM 上的属性检索到错误值