Default Avatar

MaFu

MaFu

About

Username
MaFu
Joined
Visits
0
Last Active
Roles
Members

Comments

  • AlexTZ wrote: » Sorry, it's for custom preview window only. You can't hide that item in the default preview window. I have changed my source and use a custom preview window. Now the "hack" works. [img]style_emoticons/<#EMO_DIR#>/bigg…
  • AlexTZ wrote: » Hello, A small hack needed:       ButtonItem btnSave = previewControl1.ToolBar.Items[previewControl1.ToolBar.Items.IndexOf("btnSave")] as ButtonItem;       btnSave.SubItems.RemoveAt(0); Thank you But ho…