designer form toolstrip
designer form toolstrip
Is is possible to use the ribbon designer control without the form 'toolstrip' with the close, minimize, form title etc? And if not, maybe you could add a property? :grinder:
We use the default Windows 7 form border in our applications, and it is also the default style for the Microsoft Office 2010 suite.
Regards
We use the default Windows 7 form border in our applications, and it is also the default style for the Microsoft Office 2010 suite.
Regards
designer form toolstrip
Hello,
You can add the StiRibbonDesignerControl on your form with nessesary elements.
Thank you.
You can add the StiRibbonDesignerControl on your form with nessesary elements.
Thank you.
designer form toolstrip
I added this control to my form, but it forces me to set the form border style to none, otherwise I get the default form border AND the control border.Aleksey wrote: You can add the StiRibbonDesignerControl on your form with nessesary elements.
I only want to use the default form caption and minimize/maximize/close buttons and not the styled caption/buttons within this control.
designer form toolstrip
Hello.
Thank you.
Sorry, maybe we did not exactly understood your question. Could you explain your issue in more details and, if possible, send us a sample and screenshots.J_S wrote:I added this control to my form, but it forces me to set the form border style to none, otherwise I get the default form border AND the control border.
I only want to use the default form caption and minimize/maximize/close buttons and not the styled caption/buttons within this control.
Thank you.
designer form toolstrip
Sure, see the attachments. I just want the stiribbondesignercontrol looks like the standalone designer.
- Attachments
-
- 1163.standalonedesigner.jpg (99.24 KiB) Viewed 4382 times
-
- 1162.stidesignercontrol.jpg (88.21 KiB) Viewed 4384 times
designer form toolstrip
Hello,
Please inherit your form from Stimulsoft.Controls.Win.DotNetBar.Office2007RibbonForm. After then you can place designer control on your form.
Thank you.
Please inherit your form from Stimulsoft.Controls.Win.DotNetBar.Office2007RibbonForm. After then you can place designer control on your form.
Thank you.
designer form toolstrip
Could you provide me an example? I cannot get it to work. The styled form bar still appears instead of the default one.
designer form toolstrip
Hello,
Please check the sample project in attachment.
Thank you.
Please check the sample project in attachment.
Thank you.
- Attachments
-
- 1166.SampleProject.zip
- (18.49 KiB) Downloaded 395 times
designer form toolstrip
[quote="Aleksey"]Please check the sample project in attachment.quote]
Thank you for your help, but that was not what I meant. The example still gives the styled office form border, but I want the default Windows form border. See the attachments of my earlier post.
Look at the differences between the form top borders in the designer.exe you provide with your product, and the example you gave.
Regards
[edit]
See the two screenshots. The first one is your example with the office 2010 theme (what by the way only appeared when I added this line: RibbonDesigner.StyleManager.ManagerStyle = eStyle.Office2010Blue, it did not work with StiOptions.Windows.GlobalGuiStyle = StiGlobalGuiStyle.Office2010Blue, what I expected). The second screenshot is what I try to achieve.
Thank you for your help, but that was not what I meant. The example still gives the styled office form border, but I want the default Windows form border. See the attachments of my earlier post.
Look at the differences between the form top borders in the designer.exe you provide with your product, and the example you gave.
Regards
[edit]
See the two screenshots. The first one is your example with the office 2010 theme (what by the way only appeared when I added this line: RibbonDesigner.StyleManager.ManagerStyle = eStyle.Office2010Blue, it did not work with StiOptions.Windows.GlobalGuiStyle = StiGlobalGuiStyle.Office2010Blue, what I expected). The second screenshot is what I try to achieve.
- Attachments
-
- 1168.right.jpg (148.42 KiB) Viewed 4362 times
-
- 1167.wrong.jpg (63.17 KiB) Viewed 4362 times
designer form toolstrip
Hello,
Unfortunately, it is not possible.
Thank you.
Unfortunately, it is not possible.
Thank you.