C# Class BTool.AttrData

Show 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 property

public SortedDictionary attrDict
return DataAttr>.SortedDictionary

attrDictAccess public property

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

columns public static property

public static Columns,BTool columns
return Columns

defaultBackground public static property

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

defaultForeground public static property

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

sendAutoCmds public property

public bool sendAutoCmds
return bool

unknownIndentLevel public static property

public static byte unknownIndentLevel
return byte

writeLimits public static property

public static WriteLimits,BTool writeLimits
return WriteLimits