Framework.IsD3DSettingsDialogShowing Property (IsD3DSettingsDialogShowing)

Retrieves whether the settings dialog is displayed.

Definition

Visual Basic Public ReadOnly Property IsD3DSettingsDialogShowing As Boolean
C# public bool IsD3DSettingsDialogShowing { get; }
C++ public:
property bool IsD3DSettingsDialogShowing {
        bool get();
}
JScript public function get IsD3DSettingsDialogShowing() : boolean

Property Value

System.Boolean
Set to true if the settings dialog is displayed; otherwise, false.

This property is read-only. 
Show: