Share via


DisplayModeInfo.IsWireFormatSupported(DisplayWireFormat) Method

Definition

Retrieves a Boolean value indicating whether the DisplayModeInfo supports the specified format.

public:
 virtual bool IsWireFormatSupported(DisplayWireFormat ^ wireFormat) = IsWireFormatSupported;
bool IsWireFormatSupported(DisplayWireFormat const& wireFormat);
public bool IsWireFormatSupported(DisplayWireFormat wireFormat);
function isWireFormatSupported(wireFormat)
Public Function IsWireFormatSupported (wireFormat As DisplayWireFormat) As Boolean

Parameters

Returns

Boolean

bool

true if the format is supported, otherwise false.

Applies to