Freigeben über


DisplayArea.IsPrimary Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob sich auf DisplayArea dem primären Monitor befindet.

public:
 property bool IsPrimary { bool get(); };
bool IsPrimary();
public bool IsPrimary { get; }
var boolean = displayArea.isPrimary;
Public ReadOnly Property IsPrimary As Boolean

Eigenschaftswert

Boolean

bool

true , wenn sich auf DisplayArea dem primären Monitor befindet, falseandernfalls .

Gilt für:

Weitere Informationen