delphi - DevExpress' Ribbon bar: how to disable and hide "Full Screen Button" -


windows 7 sp1 (x86) + delphi xe2 + devexpress 2013.1.2 (vcl) + tdxbarmanager + skin "office2013white".

how disable , hide "full screen button" in design-mode and/or runtime-mode (screenshot of button):

enter image description here

i tried find in resources (.pas), tried edit skin dxskineditor (.skinres), failed.

thanks in advance.

i've found answer:

procedure tform1.formcreate(sender: tobject); begin   ribbonautohidemode.enabled := false; end; 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -