Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the ActiveTabId if it is within the collection.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Overridable Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
'Usage
Dim instance As Ribbon
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
postCollection)
public virtual bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
postDataKey
Type: System.StringThe key value that specifies the data inside the collection.
postCollection
Type: System.Collections.Specialized.NameValueCollectionA collection of data to load.
Return Value
Type: System.Boolean
A Booleans that specifies if the data was loaded.
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)
Remarks
This method always returns false.