I've tried all these option to change the localization of the styles
((Telerik.WinControls.UI.RichTextEditorRibbonUI.StyleGalleryItem)(this.richTextEditorRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(1).GetChildAt(1).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1))).ToolTipText = "Titre 1";
((Telerik.WinControls.UI.RichTextEditorRibbonUI.StyleGalleryItem)(this.richTextEditorRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(1).GetChildAt(1).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1))).Image = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
((Telerik.WinControls.UI.RichTextEditorRibbonUI.StyleGalleryItem)(this.richTextEditorRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(1).GetChildAt(1).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
((Telerik.WinControls.UI.RichTextEditorRibbonUI.StyleGalleryItem)(this.richTextEditorRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(1).GetChildAt(1).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1))).TextAlignment = System.Drawing.ContentAlignment.BottomCenter;
((Telerik.WinControls.UI.RichTextEditorRibbonUI.StyleGalleryItem)(this.richTextEditorRibbonBar1.GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(0).GetChildAt(4).GetChildAt(1).GetChildAt(1).GetChildAt(1).GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1))).Text = "Titre 1";
The style still stay as "heading 1" .
Please would you help ?
Hello,
Is it possible to have a minsize for a panel (when the user manually drags the splitter) but make it so the button still collapses the pannel completely?
Hello. I've used telerik on a previous place I used to work for and absolutely love it. At my current job I introduced these tools to the team I work with and they really enjoyed it too. We are thinking about purchasing the telerik for winforms license for one developer. But we have 3 developers in here. So I have 2 questions:
1) What happens when I check-in code and they don't have Telerik installed in their machines? Will their deploy break my code?
2) Can we share a 1-developer license? By share I mean use the assemblies non-concurrently, one at a time. We don't have a big backlog of things to use it on, so sharing would be a viable option.
The trial is about to expire and my boss asked me these 2 questions before we close a deal.
Thanks in advance. Kind regards,
Leandro
Hi ,
I'm trying to change the GanttGraphicalView according to the timeline. For example if a task's duration is for 10 days I want to display the first 8 days for example with Green Color and the 2 that remains with red color. Is this possible and How can I do that in C# code ?
Is this possible ? Take a look a the Capture.PNG file.
Also I want to have a different display in my Gantt View.
The First Header I want to Have the current year(s) depends what I want every time and row below the year to have the Months . But not showing all the days of the month , just only the weeks.
Take a look at the second screenshot(Capture1.PNG).
The Header is the year , Below the year are the Months and each month is separated into four weeks.
Is it possible to have a format like that and how using c# ?
Appreciate any help you could give me.
I can see that it is possible to add additional button the the CaptionElement of ToolTabStrip, but DocumentTabStrip does not seems to support that functionality.
I wanted to know if there is anyway i can add additional controls to an document tab strip.
Thanks