Okapi .NET Library

ILog.IsVisible Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the log user interface is visible.

[Visual Basic]
Function IsVisible() As Boolean
[C#]
bool IsVisible();
[C++]
bool IsVisible();
[JScript]
function IsVisible(): bool;

Return Value

True if the log is visible, false if not.

See Also

ILog Interface | Okapi.Library.Base Namespace