WindowInfoVisible Property
Gets a value that determine the visibility state of the specified window.
Returns
if the window is minimized or hide.
Because the return value specifies whether the window has the
Visible style,
it may return
even if the window is totally obscured by other windows.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
Dim instance As WindowInfo
Dim value As Boolean
value = instance.Visible
public:
property bool Visible {
bool get ();
}
member Visible : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean