Источник:
https://blogs.msdn.microsoft.com/mfp...-control-type/
==============
You can now create a new mobile device control as an extension. Here is how: Create a class that extends WhsControl, and decorate the class with the WhsControlFactoryAttribute attribute specifying the name of your new control. Naming considerations for the control name: – The name can be any string – prefix it with...
==============
Источник:
https://blogs.msdn.microsoft.com/mfp...-control-type/