DisplayModeInfo.IsWireFormatSupported(DisplayWireFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- wireFormat
- DisplayWireFormat
Returns
Boolean
bool
true
if the format is supported, otherwise false
.