C# Class ObjectEditor.Config

Inheritance: FOCommon.Config
Mostra 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_oe property

public bool FormatWithSpace
return bool

ItemPidDefineBeforeId public_oe property

public bool ItemPidDefineBeforeId
return bool

LoadGraphics public_oe property

public bool LoadGraphics
return bool

LockTabs public_oe property

public bool LockTabs
return bool

PathDataFolder public_oe property

public string PathDataFolder
return string

PathDefines public_oe property

public string PathDefines
return string

PathEditorScript public_oe property

public string PathEditorScript
return string

PathGraphics public_oe property

public string PathGraphics
return string

PathLanguage public_oe property

public string PathLanguage
return string

PathObjMsg public_oe property

public string PathObjMsg
return string

ResizeOnResize public_oe property

public bool ResizeOnResize
return bool

ScriptingEnabled public_oe property

public bool ScriptingEnabled
return bool

ShowItemPidDefine public_oe property

public bool ShowItemPidDefine
return bool

ShowWholeFilePath public_oe property

public bool ShowWholeFilePath
return bool

StripPrefix public_oe property

public bool StripPrefix
return bool

SwitchTab public_oe property

public bool SwitchTab
return bool

TranslateLanguage public_oe property

public bool TranslateLanguage
return bool

WindowLocationX public_oe property

public int WindowLocationX
return int

WindowLocationY public_oe property

public int WindowLocationY
return int

WindowSizeX public_oe property

public int WindowSizeX
return int

WindowSizeY public_oe property

public int WindowSizeY
return int