LiveDeviceSource.IsDialogSupported Method

Checks to see if a dialog box is supported.

Namespace: Microsoft.Expression.Encoder.Live
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Function IsDialogSupported ( _
    dialog As ConfigurationDialog _
) As Boolean
'Usage
Dim instance As LiveDeviceSource
Dim dialog As ConfigurationDialog
Dim returnValue As Boolean

returnValue = instance.IsDialogSupported(dialog)
public bool IsDialogSupported (
    ConfigurationDialog dialog
)
public:
bool IsDialogSupported (
    ConfigurationDialog dialog
)

Parameters

dialog

The dialog box to check.

Return Value

True if the given dialog box is supported on this device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LiveDeviceSource Class
LiveDeviceSource Members
Microsoft.Expression.Encoder.Live Namespace