- technology
- A System.ComponentModel.Design.ViewTechnology that indicates a particular view technology.
An object that represents the view for this designer.
This method returns a view object that can present a user interface to the user. The returned data type is an object, because there can be a variety of different user interface technologies. Development environments typically support more than one technology.
The ViewTechnology.Passthrough and ViewTechnology.WindowsForms fields are obsolete. Use ViewTechnology.Default for new designer implementations.