The properties of System.Web.UI.ControlBuilder are listed below. For a list of all members, see the ControlBuilder Members list.
See Also: Inherited members from System.Object
[read-only] | BindingContainerType | Type.
Gets the type of the binding container for the control that this builder creates. |
[read-only] | ControlType | Type.
Gets the Type for the control to be created. |
[read-only] | HasAspCode | bool.
Gets a value indicating whether the control contains any code blocks. |
ID | string.
Gets or sets the identifier property for the control to be built. | |
[read-only] | NamingContainerType | Type.
Gets the type of the naming container for the control that this builder creates. |
[read-only] | TagName | string.
Gets the tag name for the control to be built. |
[read-only] | FChildrenAsProperties | bool.
Gets a value that determines whether the control has a System.Web.UI.ParseChildrenAttribute with ParseChildrenAttribute.ChildrenAsProperties set to true. |
[read-only] | FIsNonParserAccessor | bool.
Gets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface. |
[read-only] | InDesigner | bool.
Returns whether the System.Web.UI.ControlBuilder is running in the designer. |
[read-only] | Parser | TemplateParser.
Gets the System.Web.UI.TemplateParser responsible for parsing the control. |