TaskPanel and Click Events |
Post Reply |
Author | |
SteveStraley
Groupie Joined: 25 November 2005 Status: Offline Points: 46 |
Post Options
Thanks(0)
Posted: 25 November 2005 at 10:34pm |
Hi All,
Could someone help point me in the right direction. Using the TaskPanel example program, where do I put code to act upon the selection of items in the TaskPanel. I am programming in C# so the tutorial doesn't help and am new to the language. Any/all advice would be of GREAT help. Thanks, Steve |
|
SteveStraley
Groupie Joined: 25 November 2005 Status: Offline Points: 46 |
Post Options
Thanks(0)
|
All -
I indirectly found the answer to my question. All interested, the code to kick off the click is: this.oTaskPanel.ItemClick += new AxXtremeTaskPanel._DTaskPanelEvents_ItemClickEventHandler(th is.oTaskPanel_ItemClick); In VS 2005 the stub for this new method can be automatically generated. Hope this helps someone.... Steve |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
You can find the events by clicking on the lightning bolt in the properties window when you have the control selected in form view. You don't need to manually type that in.
This can be done in all .NET versions, not just 2005 |
|
SteveStraley
Groupie Joined: 25 November 2005 Status: Offline Points: 46 |
Post Options
Thanks(0)
|
Thanks - I wish I had known that before trying the other.
Steve |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |