TaskBarBox

Hi, 1) What, if any, event is fired when the TaskBarBox up/down arrow is clicked? 2) Is there a way to check and see if a TaskBarBox is minimized/collapsed? Something like this for example if (TaskBarBox1 is collapsed) { do something } else { do something else }

2 Replies

KB Ken Bryant July 14, 2003 01:35 PM UTC

Hello Again, Anyone have an idea about this issue? It does not have to be pretty, just need it to work. Anyone? TIA. > Hi, > > 1) What, if any, event is fired when the TaskBarBox up/down arrow is clicked? > > 2) Is there a way to check and see if a TaskBarBox is minimized/collapsed? > Something like this for example > > if (TaskBarBox1 is collapsed) > { > do something > } > else > { > do something else > } > >


RP Ramesh Praveen Syncfusion Team July 14, 2003 05:58 PM UTC

Ken, 1) There is a AfterAnimation event that you should listen to in the XPTaskBarBox. 2) The Collapsed property will tell you whether or not it is collapsed. Note that you need a 1.6.* version. Regards, Praveen Ramesh

Loader.
Up arrow icon