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

Radtoolstrip-arrow disable

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
bhogavalli
Top achievements
Rank 1
bhogavalli asked on 25 Nov 2010, 11:43 AM
Hi team,

I need to disable arrow button in radtoolstrip.
when ever i make it as float dialog i need to disable it.

Thanks
suresh

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 30 Nov 2010, 02:51 PM
Hello bhogavalli,

Thank you for your question.

You can access the drop-down button of the floating form the following way:
radToolStripItem1.FloatingOverFlowButton.Visible = false;

Due to an issue in the RadToolStrip, subscribing to the FloatingFormCreated event does not work for this scenario, so you should set the Visible property from your own event handler (e.g. a button click or a timer elapsed handler).

As of Q3 2010 RadToolStrip is marked as obsolete, so I would suggest using its replacement control - the RadCommandBar. It provides the same functionality as the RadToolStrip and adds some new features. Floating strips and Customize dialog will be added to the RadCommandBar in the upcoming service packs.

Sincerely yours,
Ivan Todorov
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
Tags
General Discussions
Asked by
bhogavalli
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or