Returns a collection of supported display modes for the current adapter.
Definition
Visual BasicPublic ReadOnly Property SupportedDisplayModes As DisplayModeCollection C#public DisplayModeCollection SupportedDisplayModes { get; } C++public: property DisplayModeCollection^ SupportedDisplayModes { DisplayModeCollection^ get();} JScriptpublic function get SupportedDisplayModes() : DisplayModeCollection
Property Value
Microsoft.DirectX.Direct3D.DisplayModeCollection A DisplayModeCollection class containing DisplayMode structures that represent the supported display modes for the adapter.This property is read-only.
Microsoft.DirectX.Direct3D.DisplayModeCollection A DisplayModeCollection class containing DisplayMode structures that represent the supported display modes for the adapter.