Okapi .NET Library

ILog.SetMainProgressMode Method 

 [This is preliminary documentation and subject to change.]

Sets the mode of the main progress indicator.

[Visual Basic]
Sub SetMainProgressMode( _ 
   ByVal p_nValue As Integer _ 
)
[C#]
void SetMainProgressMode(
   int p_nValue
);
[C++]
void SetMainProgressMode(
   int p_nValue
);
[JScript]
function SetMainProgressMode(
   int p_nValue
);

Parameters

p_nValue
The new mode to set.

Remarks

The value is one of the LogProgressMode values.

See Also

ILog Interface | Okapi.Library.Base Namespace