SPRibbonQueryCommand Constructor (String, Boolean, String)

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

Syntax

'Declaration
Public Sub New ( _
    commandId As String, _
    state As Boolean, _
    enabledStatement As String _
)
'Usage
Dim commandId As String
Dim state As Boolean
Dim enabledStatement As String

Dim instance As New SPRibbonQueryCommand(commandId, _
    state, enabledStatement)
public SPRibbonQueryCommand(
    string commandId,
    bool state,
    string enabledStatement
)

Parameters

See Also

Reference

SPRibbonQueryCommand Class

SPRibbonQueryCommand Members

SPRibbonQueryCommand Overload

Microsoft.SharePoint.WebControls Namespace