windows 8 - Source code for WinRT UI controls publicly available? -


is source windows store (winrt) ui controls publicly available? extend of controls , not have start scratch, can sl , wpf. googling , looking through doesn't turn windows 8.

thanks!

so unlike wpf, [winrt-xaml] controls written in c++/cx.

but, sounds not want source code as want derive existing controls , extend or override functionality. know can this, right? it's easy enough , sounds results asking in question.

something this:

public class monkeytextbox : textbox {     public new string text     {                 {             return "always monkeys!";         }         set { /* nothing */ }     } } 

this custom textbox wherein have replaced base implementation of text own. granted, hope custom controls better. anyway, can every control, , can add own properties , events. make sense?

reference: http://blog.jerrynixon.com/2013/01/walkthrough-custom-control-in-xaml-isnt.html

but answer question: no, have not released source (yet). hopefully, save time looking it. maybe someday - maybe.

best of luck!


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -