AdapterInformation.CurrentDisplayMode Property (Microsoft.DirectX.Direct3D)
Retrieves the current display mode.
Definition
Visual Basic Public ReadOnly Property CurrentDisplayMode As DisplayMode C# public DisplayMode CurrentDisplayMode { get; } C++ public:
property DisplayMode CurrentDisplayMode {
DisplayMode get();
}JScript public function get CurrentDisplayMode() : DisplayMode
Property Value
Microsoft.DirectX.Direct3D.DisplayMode
A DisplayMode structure that represents the current display mode.This property is read-only.