IRibbonCallbackHandler.GetPressed Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Function GetPressed ( _
    control As Object _
) As Boolean
bool GetPressed(
    Object control
)
bool GetPressed(
    Object^ control
)
abstract GetPressed : 
        control:Object -> bool
function GetPressed(
    control : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IRibbonCallbackHandler Interface

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace