InputFormTextEditorButton.IPostBackDataHandler.LoadPostData Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Private Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
'Usage
Dim instance As InputFormTextEditorButton
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = CType(instance, IPostBackDataHandler).LoadPostData(postDataKey, _
postCollection)
bool IPostBackDataHandler.LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
- postDataKey
Type: System.String
- postCollection
Type: System.Collections.Specialized.NameValueCollection
Return Value
Type: System.Boolean
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)
See Also
Reference
InputFormTextEditorButton Class