LiteralTextContainerControlBuilder Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| BindingContainerType | Gets the type of the binding container for the control that this builder creates. (inherited from ControlBuilder) |
| ControlType | Gets the Type for the control to be created. (inherited from ControlBuilder) |
| CurrentFilterResolutionService | Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. (inherited from ControlBuilder) |
| DeclareType | Gets the type that will be used by code generation to declare the control. (inherited from ControlBuilder) |
| HasAspCode | Gets a value indicating whether the control contains any code blocks. (inherited from ControlBuilder) |
| ID | Gets or sets the identifier property for the control to be built. (inherited from ControlBuilder) |
| Localize | Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized. (inherited from ControlBuilder) |
| NamingContainerType | Gets the type of the naming container for the control that this builder creates. (inherited from ControlBuilder) |
| ServiceProvider | Gets the service object for this ControlBuilder object. (inherited from ControlBuilder) |
| TagName | Gets the tag name for the control to be built. (inherited from ControlBuilder) |
| ThemeResolutionService | Gets an IThemeResolutionService object that is used in design time to manage control themes and skins. (inherited from ControlBuilder) |
| Name | Description | |
|---|---|---|
| FChildrenAsProperties | Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true. (inherited from ControlBuilder) |
| FIsNonParserAccessor | Determines whether the control implements the IParserAccessor interface. (inherited from ControlBuilder) |
| InDesigner | Returns whether the ControlBuilder is running in the designer. (inherited from ControlBuilder) |
| InPageTheme | Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes. (inherited from ControlBuilder) |
| Parser | Gets the TemplateParser responsible for parsing the control. (inherited from ControlBuilder) |
Community Additions
ADD
Show: