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

RAD beta RADdock - turning off toolbar buttons

1 Answer 35 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 10 Jun 2009, 11:07 AM
Hi

Example to turn on/off buttons of pin, close and system menu on toolbar too complex and cannot find properities in code behind to toggle their state

        private void checkBox2_CheckedChanged(object sender, StateChangedEventArgs e)
        {
            options = options & (~AllowOptions.Pinning);
            if (checkBox2.Checked) options |= AllowOptions.Pinning;

            if (AllowOption != null) AllowOption(this, new AllowEventArgs(options));
        }

Rgds
Stephen

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 11 Jun 2009, 01:51 PM
Hello Stephen,

This feature is not available in RadDock beta. We have planned to implement it for the official release -- Q2 2009. In the mean time any other feedback or suggestions that you may have about RadDock are most welcome.

Sincerely yours,
Jordan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Dock
Asked by
Stephen
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or