Window2.IsFloating Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Toolfenster über andere Fenster gleitet, oder legt diesen fest.

public:
 property bool IsFloating { bool get(); void set(bool value); };
public:
 property bool IsFloating { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(135)]
public bool IsFloating { [System.Runtime.InteropServices.DispId(135)] get; [System.Runtime.InteropServices.DispId(135)] set; }
[<System.Runtime.InteropServices.DispId(135)>]
[<get: System.Runtime.InteropServices.DispId(135)>]
[<set: System.Runtime.InteropServices.DispId(135)>]
member this.IsFloating : bool with get, set
Public Property IsFloating As Boolean

Eigenschaftswert

Boolean

true , wenn das Fenster ein Tool Fenster ist. andernfalls false .

Implementiert

Attribute

Beispiele

IsFloating erfordert ein Tool Fenster.

Hinweise

IsFloating erzeugt einen Fehler, wenn das Fenster ein Document Fenster ist.

Gilt für