Okapi .NET Library

ILog.SetHelp Method 

 [This is preliminary documentation and subject to change.]

Sets the help access information for the log.

[Visual Basic]
Sub SetHelp( _ 
   ByVal p_sValue As String _ 
)
[C#]
void SetHelp(
   string p_sValue
);
[C++]
void SetHelp(
   String* p_sValue
);
[JScript]
function SetHelp(
   String p_sValue
);

Parameters

p_sValue
Help access information.

Remarks

Use this method to associate an help with a possible Help button in the user interface of the log. Note that not all implementation of the interface have an Help button.

The actual value of the p_sValue parameter depends on the implementation of the log. Usually it will be the full path to an help file.

See Also

ILog Interface | Okapi.Library.Base Namespace