The Config class maps to the various Help Builder IDE configuration settings. These settings map to the settings found in wwHelp.ini.
In addition to the properties on this object you can also dynamically access any values via the Indexer:
string s = (string) Help.Config["ClassOpenPath"];
public class wwHelpConfig : wwHelpComWrapper
Class Members
Member | Description | |
---|---|---|
Constructor |
||
Load |
Loads the configuration file from disk public bool Load(); |
|
Save |
Saves the COnfiguration file to disk from the current settings. public bool Save(); |
|
CodeFont |
||
DotNetImportLanguage |
The .NET language used on the last import. | |
EditFont |
||
FtpServer |
The default FTP Server used for uploads. | |
FtpUsername |
The default username used for FTP uploads | |
Item |
Indexer for the Config object to retrieve any non property values that are part of this interface. If the value is not found null is returned | |
LastFile |
The last file that was used before this current one. | |
LastTopic |
Pk of the last topic accessed | |
LastVersionCheck |
||
MaxRecent |
Maximum number of recent items to display | |
RecentList |
List of recently used topics separated by | | |
SnagItOptions |
||
TabsOnBottom |
||
TemplateEditor |
The editor used to edit HTML Templates and text/CSS. | |
UseSnagItForScreenCapture |
||
WordWrapImports |
Saved value for the last import from a .NET component that keeps track to see if XML comments are word wrapped. |
Requirements
Namespace: Westwind.wwHelp© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic