Ribbon.LoadPostData method

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.String

    The key value that specifies the data inside the collection.

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.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace