Okapi .NET Library

ILog.SetSubProgressMode Method 

 [This is preliminary documentation and subject to change.]

Sets the mode of the secondary progress indicator.

[Visual Basic]
Sub SetSubProgressMode( _ 
   ByVal p_nValue As Integer _ 
)
[C#]
void SetSubProgressMode(
   int p_nValue
);
[C++]
void SetSubProgressMode(
   int p_nValue
);
[JScript]
function SetSubProgressMode(
   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