Click or drag to resize

FormActMainSetOptionsHelpText Method

Sets the the text of the help panel in the Options tab

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void SetOptionsHelpText(
	string Text
)

Parameters

Text
Type: SystemString
Text to display, or String.empty for default
See Also