Okapi .NET Library

Log.SetOnTop Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.SetOnTop.

[Visual Basic]
Public Function SetOnTop( _ 
   ByVal p_bValue As Boolean _ 
) _
    Implements ILog.SetOnTop As Boolean
[C#]
public bool SetOnTop(
   bool p_bValue
);
[C++]
public: bool SetOnTop(
   bool p_bValue
);
[JScript]
public function SetOnTop(
   bool p_bValue
): bool;

Implements

ILog.SetOnTop

See Also

Log Class | Okapi.Library.Base Namespace