Window.Kind Property

Definition

Gets a string indicating the type of window.

public:
 property System::String ^ Kind { System::String ^ get(); };
public:
 property Platform::String ^ Kind { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(121)]
public string Kind { [System.Runtime.InteropServices.DispId(121)] get; }
[<System.Runtime.InteropServices.DispId(121)>]
[<get: System.Runtime.InteropServices.DispId(121)>]
member this.Kind : string
Public ReadOnly Property Kind As String

Property Value

A string representing the type of window.

Attributes

Remarks

The return values are either "Document" or "Tool".

Applies to