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

Problem removing image from RadTitleBar.

2 Answers 114 Views
TitleBar
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 17 Jul 2007, 08:48 PM
i've created a shaped form and want a titlebar that has nothing but a caption/text field.  i've tried to remove/reset the imageprimitive with no luck.

thanks...


2 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 18 Jul 2007, 03:11 PM
Hi John,

The easiest way to do this is to use the Element Hierarchy Editor at design time. Follow these steps:
  1. Select RadTitleBar in the designer
  2. Click on the smart tag and choose the "Edit UI Elements" option
  3. Navigate trough the tree to StripLayoutPanel.ImagePrimitive
  4. Set the Visibility property to Collapsed
  5. To hide the Close button navigate to the third RadImageButtonElement and set its Visibility property to Collapsed
  6. To hide Minimize and Maximize buttons set Form's MinimizeBox and MaximizeBox properties to False
Let us know whether this helps.

 
All the best,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
john
Top achievements
Rank 1
answered on 18 Jul 2007, 03:32 PM
oh geez.  is that all i needed to do?  i feel like such a retard!  :-|

thanks for the quick response jack, i appreciate it.

-
john

Tags
TitleBar
Asked by
john
Top achievements
Rank 1
Answers by
Jack
Telerik team
john
Top achievements
Rank 1
Share this question
or