Controls represent instances of custom user controls on a page, and can be used to extend the pages.
Control Properties:
Property | Description |
Activator | Specifies the method to activate the user control on the page. |
Container | Specifies the container that the control belongs to. |
Id | Specifies the unique Id of the control. Can be changed in the Project Explorer. |
Page | Specifies the page that the control belongs to. |
Sequence | Specifies the order of the control in the container. |
Text | Specifies the text displayed in the activator, if applicable. |
User Control | Specifies the user control that will be instanced. |
Learn how to work with controls in the Project Designer.
Learn to drag and drop controls in the Project Explorer.
Common Tasks: