Checks whether the mode mode is supported. Null values are ignored.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool CheckDisplayMode(
	ref DisplayMode mode
)

Parameters

mode
Type: DisplayMode %
Mode to check. If the mode is found, the null values replaced with the values of the checked mode.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the mode is supported.

See Also