This documentation is archived and is not being maintained.
ControlBuilder Properties
Visual Studio 2010
The ControlBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingContainerType | Gets the type of the binding container for the control that this builder creates. |
|
ControlType | Gets the Type for the control to be created. |
|
CurrentFilterResolutionService | Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. |
|
DeclareType | Gets the type that will be used by code generation to declare the control. |
|
FChildrenAsProperties | Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true. |
|
FIsNonParserAccessor | Determines whether the control implements the IParserAccessor interface. |
|
HasAspCode | Gets a value indicating whether the control contains any code blocks. |
|
ID | Gets or sets the identifier property for the control to be built. |
|
InDesigner | Returns whether the ControlBuilder is running in the designer. |
|
InPageTheme | Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes. |
|
Localize | Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized. |
|
NamingContainerType | Infrastructure. Gets the type of the naming container for the control that this builder creates. |
|
PageVirtualPath | Gets the virtual path of a page to be built by this ControlBuilder instance. |
|
Parser | Infrastructure. Gets the TemplateParser responsible for parsing the control. |
|
ServiceProvider | Gets the service object for this ControlBuilder object. |
|
TagName | Gets the tag name for the control to be built. |
|
ThemeResolutionService | Gets an IThemeResolutionService object that is used in design time to manage control themes and skins. |
Show: