Spread for ASP.NET 10 Product Documentation
SpreadControlBuilder Class Members
Properties  Methods 


The following tables list the members exposed by SpreadControlBuilder.

Public Constructors
 NameDescription
Public ConstructorSpreadControlBuilder Constructor  
Top
Public Properties
 NameDescription
Public PropertyBindingContainerBuilderGets the control builder that corresponds to the binding container for the control that this builder creates. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyBindingContainerTypeGets the type of the binding container for the control that this builder creates. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyComplexPropertyEntriesGets a collection of complex property entries. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyControlTypeGets the System.Type for the control to be created. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyCurrentFilterResolutionServiceGets an System.Web.UI.IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyDeclareTypeGets the type that will be used by code generation to declare the control. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyHasAspCodeGets a value indicating whether the control contains any code blocks. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyIDGets or sets the identifier property for the control to be built. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyItemTypeGets the type set on the binding container. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyLocalizeGets a Boolean value indicating whether the control that is created by this System.Web.UI.ControlBuilder object is localized. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyNamingContainerTypeGets the type of the naming container for the control that this builder creates. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyPageVirtualPathGets the virtual path of a page to be built by this System.Web.UI.ControlBuilder instance. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyServiceProviderGets the service object for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public PropertySubBuildersGets a list of child System.Web.UI.ControlBuilder objects for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyTagNameGets the tag name for the control to be built. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyTemplatePropertyEntriesGets a collection of template property entries. (Inherited from System.Web.UI.ControlBuilder)
Public PropertyThemeResolutionServiceGets an System.Web.UI.IThemeResolutionService object that is used in design time to manage control themes and skins. (Inherited from System.Web.UI.ControlBuilder)
Top
Protected Properties
 NameDescription
Protected PropertyFChildrenAsPropertiesGets a value that determines whether the control has a System.Web.UI.ParseChildrenAttribute with System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties set to true. (Inherited from System.Web.UI.ControlBuilder)
Protected PropertyFIsNonParserAccessorGets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface. (Inherited from System.Web.UI.ControlBuilder)
Protected PropertyInDesignerReturns whether the System.Web.UI.ControlBuilder is running in the designer. (Inherited from System.Web.UI.ControlBuilder)
Protected PropertyInPageThemeGets a Boolean value indicating whether this System.Web.UI.ControlBuilder object is used to generate page themes. (Inherited from System.Web.UI.ControlBuilder)
Top
Public Methods
 NameDescription
Public MethodAllowWhitespaceLiteralsDetermines whether white space literals are permitted in the content between a control's opening and closing tags. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodAppendLiteralStringAdds the specified literal content to a control. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodAppendSubBuilderAdds builders to the System.Web.UI.ControlBuilder object for any child controls that belong to the container control. (Inherited from System.Web.UI.ControlBuilder)
Public MethodBuildObjectBuilds a design-time instance of the control that is referred to by this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public MethodCloseControlCalled by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. (Inherited from System.Web.UI.ControlBuilder)
Public MethodGetChildControlTypeObtains the System.Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodGetObjectPersistDataCreates the System.Web.UI.ObjectPersistData object for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public MethodGetResourceKeyRetrieves the resource key for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public MethodHasBodyDetermines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodHtmlDecodeLiteralsDetermines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodInitInitializes the System.Web.UI.ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodNeedsTagInnerTextDetermines if the control builder needs to get its inner text. If so, the System.Web.UI.ControlBuilder.SetTagInnerText(System.String) method must be called. This method is called by the ASP.NET page framework. (Inherited from System.Web.UI.ControlBuilder)
Public MethodOnAppendToParentBuilderNotifies the System.Web.UI.ControlBuilder that it is being added to a parent control builder. (Inherited from System.Web.UI.ControlBuilder)
Public MethodProcessGeneratedCodeOverridden. Enables custom control builders to access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.  
Public MethodSetResourceKeySets the resource key for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public MethodSetServiceProviderSets the service object for this System.Web.UI.ControlBuilder object. (Inherited from System.Web.UI.ControlBuilder)
Public MethodSetTagInnerTextProvides the System.Web.UI.ControlBuilder with the inner text of the control tag. (Inherited from System.Web.UI.ControlBuilder)
Top
See Also

Reference

SpreadControlBuilder Class
FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.