This topic has not yet been rated - Rate this topic

NextPageButton Members

Windows SharePoint Services 3

Represents the NextPage button.

The following tables list the members exposed by the NextPageButton type.

  Name Description
Protected field Static strShowSearchFormKey  (inherited from SPControl)
Top
(see also Protected Properties )
  Name Description
Public property AlternateTemplate  Gets or sets the template that renders the control in contexts, such as a particular form, in which rendering the control with the Template property would be inappropriate.(inherited from TemplateBasedControl)
Public property AlternateTemplateName  Gets or sets the name of a rendering template that can be used in contexts in which the template named by the TemplateName property would be inappropriate.(inherited from TemplateBasedControl)
Public property AppRelativeTemplateSourceDirectory  (inherited from Control)
Public property BindingContainer  (inherited from Control)
Public property ClientID  (inherited from Control)
Public property ControlMode  Gets or sets the rendering mode for the form (display, edit, or new)(inherited from FormComponent)
Public property Controls  Gets an object that contains the child controls of the TemplateBasedControl object. (inherited from TemplateBasedControl)
Public property CustomAlternateTemplate  Gets or sets a custom alternate template. (inherited from TemplateBasedControl)
Public property CustomTemplate  Gets or sets a custom template.(inherited from TemplateBasedControl)
Public property EnableTheming  (inherited from Control)
Public property EnableViewState  (inherited from Control)
Public property Fields  Gets the collection of fields.(inherited from FormComponent)
Public property ID  (inherited from Control)
Public property InDesign  (inherited from SPControl)
Public property Item  Gets the value that represents the item.(inherited from FormComponent)
Public property ItemContext  Gets or sets the context of the item.(inherited from FormComponent)
Public property ItemId  Gets or sets the ID for the list item.(inherited from FormComponent)
Public property List  Gets the value that represents the list of form components.(inherited from FormComponent)
Public property ListId  Gets or sets the ID of the list.(inherited from FormComponent)
Public property ListItem  Gets the value that represents the list item, based on the ListItemID property.(inherited from FormComponent)
Public property NamingContainer  (inherited from Control)
Public property Page  (inherited from Control)
Public property PageUri  Gets or sets the Uniform Resource Identifier (URI) of the page that contains the control. (inherited from SPControl)
Public property Parent  (inherited from Control)
Public property RecurrenceID  Gets or sets the string value that represents the recurrence ID.(inherited from FormComponent)
Public property RedirectUrl  Gets or sets the string value that represents the redirect URL.(inherited from FormComponent)
Public property RenderContext  Gets or sets the Windows SharePoint Services context in which the control is rendered.(inherited from TemplateBasedControl)
Public property Site  (inherited from Control)
Public property SkinID  (inherited from Control)
Public property Template  Gets or sets the template that renders the control. (inherited from TemplateBasedControl)
Public property TemplateContainer  Gets the container control that instantiates the content template.(inherited from TemplateBasedControl)
Public property TemplateControl  (inherited from Control)
Public property TemplateName  Gets or sets the name of the control's rendering template. (inherited from TemplateBasedControl)
Public property TemplateSourceDirectory  (inherited from Control)
Public property UniqueID  (inherited from Control)
Public property Visible  (inherited from Control)
Public property Web  Gets the site of the control's rendering context; which is the value of the SPContext.Web property of the object held by the Microsoft.SharePoint.TemplateBasedControl.RenderContext property.(inherited from TemplateBasedControl)
Top
  Name Description
Protected property Adapter  (inherited from Control)
Protected property ChildControlsCreated  (inherited from Control)
Protected property ClientIDSeparator  (inherited from Control)
Protected property Context  (inherited from Control)
Protected property ControlTemplate  Gets the template that renders the control in the current context. (inherited from TemplateBasedControl)
Protected property DefaultAlternateTemplateName  Gets the name of the default alternate rendering template. (inherited from TemplateBasedControl)
Protected property DefaultTemplateName Overridden.  
Protected property DesignMode  (inherited from Control)
Protected property Events  (inherited from Control)
Protected property HasChildViewState  (inherited from Control)
Protected property IdSeparator  (inherited from Control)
Protected property IsChildControlStateCleared  (inherited from Control)
Protected property IsTrackingViewState  (inherited from Control)
Protected property IsViewStateEnabled  (inherited from Control)
Protected property LoadViewStateByID  (inherited from Control)
Protected property TemplateOverride  Gets or sets a value indicating whether the template referred to by the Template property or the one referred to by the AlternateTemplate property should be instantiated by the CreateChildControls method.(inherited from TemplateBasedControl)
Protected property ViewState  (inherited from Control)
Protected property ViewStateIgnoresCase  (inherited from Control)
Top
(see also Protected Methods )
  Name Description
Public method ApplyStyleSheetSkin  (inherited from Control)
Public method DataBind  Overloaded. (inherited from Control)
Public method Dispose  (inherited from Control)
Public method Equals  Overloaded. (inherited from Object)
Public method FindControl  Overloaded. (inherited from Control)
Public method Focus  (inherited from Control)
Public method Static GetContextModule  (inherited from SPControl)
Public method Static GetContextSite  (inherited from SPControl)
Public method Static GetContextWeb  (inherited from SPControl)
Public method Static GetContextWebApplication  (inherited from SPControl)
Public method GetDesignTimeHtml  Returns the control as design-time HTML for editing in Web site development tools such as Microsoft Office FrontPage 2003. (inherited from SPControl)
Public method GetHashCode  (inherited from Object)
Public method Static GetParentTemplateBasedControl  (inherited from TemplateBasedControl)
Public method GetType  (inherited from Object)
Public method HasControls  (inherited from Control)
Public method Static IsAccessibilityMode  (inherited from SPControl)
Public method Static ReferenceEquals  (inherited from Object)
Public method RenderControl  Overloaded. (inherited from Control)
Public method ResolveClientUrl  (inherited from Control)
Public method ResolveUrl  (inherited from Control)
Public method Static SetContextSite  (inherited from SPControl)
Public method Static SetContextWeb  (inherited from SPControl)
Public method Static SetQueryStringParameters  (inherited from SPControl)
Public method SetRenderMethodDelegate  (inherited from Control)
Public method ToString  (inherited from Object)
Top
  Name Description
Protected method AddedControl  (inherited from Control)
Protected method AddParsedSubObject  (inherited from Control)
Protected method BuildProfileTree  (inherited from Control)
Protected method ClearChildControlState  (inherited from Control)
Protected method ClearChildState  (inherited from Control)
Protected method ClearChildViewState  (inherited from Control)
Protected method CreateChildControls  Creates the child controls of the TemplateBasedControl class.(inherited from TemplateBasedControl)
Protected method CreateControlCollection  (inherited from Control)
Protected method DataBind  Overloaded. (inherited from Control)
Protected method DataBindChildren  (inherited from Control)
Protected method EnsureChildControls  (inherited from Control)
Protected method EnsureID  (inherited from Control)
Protected method Finalize  (inherited from Object)
Protected method FindControl  Overloaded. (inherited from Control)
Protected method GetDesignModeState  (inherited from Control)
Protected method HasEvents  (inherited from Control)
Protected method IsLiteralContent  (inherited from Control)
Protected method LoadControlState  (inherited from Control)
Protected method LoadViewState  (inherited from Control)
Protected method MapPathSecure  (inherited from Control)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnBubbleEvent Overridden.  
Protected method OnDataBinding  (inherited from Control)
Protected method OnInit  (inherited from Control)
Protected method OnLoad  (inherited from TemplateBasedControl)
Protected method OnPreRender Overridden.  
Protected method OnUnload  (inherited from Control)
Protected method OpenFile  (inherited from Control)
Protected method RaiseBubbleEvent  (inherited from Control)
Protected method RemovedControl  (inherited from Control)
Protected method Render  (inherited from TemplateBasedControl)
Protected method RenderChildren  (inherited from Control)
Protected method RenderControl  Overloaded. (inherited from Control)
Protected method ResolveAdapter  (inherited from Control)
Protected method SaveControlState  (inherited from Control)
Protected method SaveViewState  (inherited from Control)
Protected method SetDesignModeState  (inherited from Control)
Protected method TrackViewState  (inherited from Control)
Top
  Name Description
Public event DataBinding  (inherited from Control)
Public event Disposed  (inherited from Control)
Public event Init  (inherited from Control)
Public event Load  (inherited from Control)
Public event PreRender  (inherited from Control)
Public event Unload  (inherited from Control)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.