This is a migrated thread and some comments may be shown as answers.

RadRibbonForm and Form Icon Problem

1 Answer 157 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
NorthGates
Top achievements
Rank 1
NorthGates asked on 10 Mar 2013, 09:38 PM
How do I show my form icon in the taskbar only, not in ribbonbar, when I am using the RadRibbonForm and BackStage?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Mar 2013, 01:24 PM
Hello Luc,

Thank you for writing.

According to the MS RibbonBar specifications the form icon should not be visible when using application menu and should be visible when the ApplicationMenuStyle property is set to BackstageView. You can hide the icon explicitly by setting its Visibility property to Hidden:
radRibbonBar1.RibbonBarElement.IconPrimitive.Visibility = ElementVisibility.Hidden

Do not hesitate to contact us if you have further questions.

All the best,
Peter
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
RibbonBar
Asked by
NorthGates
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or