System.Web.UI.ControlBuilder: Property Members

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

Public Properties

[read-only]
BindingContainerTypeType.

Gets the type of the binding container for the control that this builder creates.

[read-only]
ControlTypeType.

Gets the Type for the control to be created.

[read-only]
HasAspCodebool.

Gets a value indicating whether the control contains any code blocks.

IDstring.

Gets or sets the identifier property for the control to be built.

[read-only]
NamingContainerTypeType.

Gets the type of the naming container for the control that this builder creates.

[read-only]
TagNamestring.

Gets the tag name for the control to be built.

Protected Properties

[read-only]
FChildrenAsPropertiesbool.

Gets a value that determines whether the control has a System.Web.UI.ParseChildrenAttribute with ParseChildrenAttribute.ChildrenAsProperties set to true.

[read-only]
FIsNonParserAccessorbool.

Gets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface.

[read-only]
InDesignerbool.

Returns whether the System.Web.UI.ControlBuilder is running in the designer.

[read-only]
ParserTemplateParser.

Gets the System.Web.UI.TemplateParser responsible for parsing the control.