C# Class ObjectEditor.Config

Inheritance: FOCommon.Config
Show file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
FormatWithSpace bool
ItemPidDefineBeforeId bool
LoadGraphics bool
LockTabs bool
PathDataFolder string
PathDefines string
PathEditorScript string
PathGraphics string
PathLanguage string
PathObjMsg string
ResizeOnResize bool
ScriptingEnabled bool
ShowItemPidDefine bool
ShowWholeFilePath bool
StripPrefix bool
SwitchTab bool
TranslateLanguage bool
WindowLocationX int
WindowLocationY int
WindowSizeX int
WindowSizeY int

Public Methods

Method Description
Config ( String ConfigName ) : System

Method Details

Config() public method

public Config ( String ConfigName ) : System
ConfigName String
return System

Property Details

FormatWithSpace public property

public bool FormatWithSpace
return bool

ItemPidDefineBeforeId public property

public bool ItemPidDefineBeforeId
return bool

LoadGraphics public property

public bool LoadGraphics
return bool

LockTabs public property

public bool LockTabs
return bool

PathDataFolder public property

public string PathDataFolder
return string

PathDefines public property

public string PathDefines
return string

PathEditorScript public property

public string PathEditorScript
return string

PathGraphics public property

public string PathGraphics
return string

PathLanguage public property

public string PathLanguage
return string

PathObjMsg public property

public string PathObjMsg
return string

ResizeOnResize public property

public bool ResizeOnResize
return bool

ScriptingEnabled public property

public bool ScriptingEnabled
return bool

ShowItemPidDefine public property

public bool ShowItemPidDefine
return bool

ShowWholeFilePath public property

public bool ShowWholeFilePath
return bool

StripPrefix public property

public bool StripPrefix
return bool

SwitchTab public property

public bool SwitchTab
return bool

TranslateLanguage public property

public bool TranslateLanguage
return bool

WindowLocationX public property

public int WindowLocationX
return int

WindowLocationY public property

public int WindowLocationY
return int

WindowSizeX public property

public int WindowSizeX
return int

WindowSizeY public property

public int WindowSizeY
return int