Stories recently tagged with 'DesignTime'

ASP.NET Controls for amCharts Released(marcelionis.com)

submitted by ailonailon(1335) 4 years, 2 months ago

AmCharts are very customizable and flexible Adobe Flash charts. However generating data and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is where "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NET developers to work with amCharts as they would normally do with any native data-bound ASP.NET controls. read more...

1 comment |category: |Views: 96

tags: another

Adding Auto Format for ASP.NET Custom Controls Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add Auto Format.. link in the Smart Tag of the ASP.NET web controls, to give the user of the control a variety of different styles in the design time. read more...

add a comment |category: |Views: 98

tags: another

Custom Controls Design Time Support Part 15: Debugging Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

The final part in the series describing how to debug design time support. read more...

add a comment |category: |Views: 81

tags: another

Custom Controls Design Time Support Part 14: Extra Property Tab(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab. read more...

add a comment |category: |Views: 16

tags: another

Custom Controls Design Time Support Part 12: Adding SmartTag(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post describes how to add a smart tag panel to your custom control. read more...

add a comment |category: |Views: 39

tags: another

Custom Controls Design Time Support Part 11: Designer Verbs(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post describes how to use a control designer to add custom menu items on the custom controls by adding Designer Verbs. read more...

add a comment |category: |Views: 27

tags: another

Custom Controls Design Time Support Part 10: Filtering Control Members(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to filter metadata in the design time environment using designers and implementing PostFilter and PreFilter methods. read more...

add a comment |category: |Views: 8

tags: another

Custom Controls Design Time Support Part 5: Custom TypeConverters(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to implement a custom TypeCoverter for a Point3D structure. read more...

add a comment |category: |Views: 25

tags: another

Custom Controls Design Time Support Part 5: Custom TypeConverters(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to implement a custom TypeCoverter for a Point3D structure. read more...

add a comment |category: |Views: 25

tags: another

Custom Controls Design Time Support Part 3: Adding Image in the Toolbo(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This part is how to make Custom Controls have a custom image in the toolbox using the ToolboxBitmapAttribute read more...

1 comment |category: |Views: 21

tags: another

List the list(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 2 months ago

Generic code that needs to analyze collections (like in serializers or databinding scenarios) has to face one main problem: collections come in various different flavours. read more...

add a comment |category: |Views: 0

tags: another

AJAddIn v2.1(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 2 months ago

I just put a new version of my addin on my web site. read more...

2 comments |category: |Views: 0

tags: another

The design-time experience for the ASP.NET AJAX Control Toolkit (weblogs.asp.net)

submitted by gazelem67gazelem67(100) 5 years, 3 months ago

Some things that need to be said about the design-time experience of the Control Toolkit read more...

add a comment |category: |Views: 2

tags: another

Phantom property values(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 3 months ago

Changing properties programmatically at deisgn time read more...

add a comment |category: |Views: 0

tags: another

Got GAT?(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 3 months ago

Introduction to GAT (Guidance Automation Toolkit) read more...

2 comments |category: |Views: 1

tags: another