Window.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".