IUIElementAdapterFactory.Supports Method

Inidicates whether the factory supports the given UI Element type.

Namespace: Microsoft.Practices.CompositeUI.UIElements
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Function Supports ( _
    uiElement As Object _
) As Boolean
'Usage
Dim instance As IUIElementAdapterFactory
Dim uiElement As Object
Dim returnValue As Boolean

returnValue = instance.Supports(uiElement)
bool Supports (
    Object uiElement
)
bool Supports (
    Object^ uiElement
)
boolean Supports (
    Object uiElement
)
function Supports (
    uiElement : Object
) : boolean

Parameters

  • uiElement
    The UI Element to check for support.

Return Value

true if the UI Element is supported by the factory; otherwise false.

See Also

Reference

IUIElementAdapterFactory Interface
IUIElementAdapterFactory Members
Microsoft.Practices.CompositeUI.UIElements Namespace