C# Class BTool.AttrUuidUtils

ファイルを表示 Open project: x893/BTool Class Usage Examples

Public Methods

Method Description
GetAttrKey ( ushort connHandle, ushort handle ) : string
GetBackgroundColor ( string uuid ) : Color
GetForegroundColor ( string uuid ) : Color
GetIndentLevel ( string uuid ) : byte
GetUuidDesc ( string uuid ) : string
GetUuidValueDesc ( string uuid ) : string
GetValueDsp ( string uuid ) : ValueDisplay
GetValueEdit ( string uuid ) : ValueEdit

Method Details

GetAttrKey() public method

public GetAttrKey ( ushort connHandle, ushort handle ) : string
connHandle ushort
handle ushort
return string

GetBackgroundColor() public method

public GetBackgroundColor ( string uuid ) : Color
uuid string
return Color

GetForegroundColor() public method

public GetForegroundColor ( string uuid ) : Color
uuid string
return Color

GetIndentLevel() public method

public GetIndentLevel ( string uuid ) : byte
uuid string
return byte

GetUuidDesc() public method

public GetUuidDesc ( string uuid ) : string
uuid string
return string

GetUuidValueDesc() public method

public GetUuidValueDesc ( string uuid ) : string
uuid string
return string

GetValueDsp() public method

public GetValueDsp ( string uuid ) : ValueDisplay
uuid string
return ValueDisplay

GetValueEdit() public method

public GetValueEdit ( string uuid ) : ValueEdit
uuid string
return ValueEdit