C# Class BTool.AttrData

Mostra file Open project: x893/BTool

Public Properties

Property Type Description
attrDict DataAttr>.SortedDictionary
attrDictAccess System.Threading.Mutex
columns Columns
defaultBackground System.Drawing.Color
defaultForeground System.Drawing.Color
sendAutoCmds bool
unknownIndentLevel byte
writeLimits WriteLimits

Private Methods

Method Description
AttrData ( ) : System.Collections.Generic

Property Details

attrDict public_oe property

public SortedDictionary attrDict
return DataAttr>.SortedDictionary

attrDictAccess public_oe property

public Mutex,System.Threading attrDictAccess
return System.Threading.Mutex

columns public_oe static_oe property

public static Columns,BTool columns
return Columns

defaultBackground public_oe static_oe property

public static Color,System.Drawing defaultBackground
return System.Drawing.Color

defaultForeground public_oe static_oe property

public static Color,System.Drawing defaultForeground
return System.Drawing.Color

sendAutoCmds public_oe property

public bool sendAutoCmds
return bool

unknownIndentLevel public_oe static_oe property

public static byte unknownIndentLevel
return byte

writeLimits public_oe static_oe property

public static WriteLimits,BTool writeLimits
return WriteLimits