MtgUtility.GetToolPaneState Method
Gets the enumeration which represents a tool pane on a page.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetToolPaneState ( _
page As Page, _
defaultState As MtgToolPaneState _
) As MtgToolPaneState
'Usage
Dim page As Page
Dim defaultState As MtgToolPaneState
Dim returnValue As MtgToolPaneState
returnValue = MtgUtility.GetToolPaneState(page, _
defaultState)
public static MtgToolPaneState GetToolPaneState(
Page page,
MtgToolPaneState defaultState
)
Parameters
page
Type: System.Web.UI.PageHttpContext object that encapsulates all HTTP-specific information about a Page object that is associated with an HTTP request.
defaultState
Type: Microsoft.SharePoint.Meetings.MtgToolPaneStateAn integer representation of a form name, a MtgToolPaneState, or a query string that is associated with page access by this client.
Return Value
Type: Microsoft.SharePoint.Meetings.MtgToolPaneState
An integer value that represents a tool pane.
Remarks
When a page is created, the default value for the tool pane state is MtgAddList.