MtgUtility.GetMtgShowToolPaneEvent Method

Gets the literal value that is associated with the state of the tool pane.

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetMtgShowToolPaneEvent ( _
    state As MtgToolPaneState _
) As String
'Usage
Dim state As MtgToolPaneState
Dim returnValue As String

returnValue = MtgUtility.GetMtgShowToolPaneEvent(state)
public static string GetMtgShowToolPaneEvent(
    MtgToolPaneState state
)

Parameters

Return Value

Type: System.String
The literal value that is associated with the enumeration of the custom tool pane.

Remarks

The name of the enumeration can specify an activity to perform on the tool pane before displaying the UI, such as reordering the items in the page. This property can be passed through several functions before the state it implies actually occurs.

See Also

Reference

MtgUtility Class

MtgUtility Members

Microsoft.SharePoint.Meetings Namespace

CreateToolPaneControls(ToolPane)