Avatar of collages
collagesFlag for United States of America

asked on 

User Control Design Time Interactivity

I'm trying to figure out how to make a user control interactive at design time.  A good example of this would be the tab control.  At design time you can click each tab and the view changes.  I need to make it so certain controls can change "views" at design time much like a tab control.
.NET ProgrammingC#

Avatar of undefined
Last Comment
collages
Avatar of William Domenz
William Domenz
Flag of United States of America image

You can force the control to refresh / validate itself after property changes....

Inside the property that has changed (let say a custom color prop)

In the set of the prop call this.Invalidate or refresh...
Avatar of collages
collages
Flag of United States of America image

ASKER

I'm referring more to a mousedown event.  If you load a tab control and click one of the tabs, the click obviously fires and switches the veiw as if it were running.  

I'm looking to capture that click event as if it were running just as the tab control acts at design time when clicking a tabl.
ASKER CERTIFIED SOLUTION
Avatar of William Domenz
William Domenz
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of collages
collages
Flag of United States of America image

ASKER

Perfect,
thanks.
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo