C# Class BTool.AttrUuidUtils

Afficher le fichier Open project: x893/BTool Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetAttrKey ( ushort connHandle, ushort handle ) : string
connHandle ushort
handle ushort
Résultat string

GetBackgroundColor() public méthode

public GetBackgroundColor ( string uuid ) : Color
uuid string
Résultat Color

GetForegroundColor() public méthode

public GetForegroundColor ( string uuid ) : Color
uuid string
Résultat Color

GetIndentLevel() public méthode

public GetIndentLevel ( string uuid ) : byte
uuid string
Résultat byte

GetUuidDesc() public méthode

public GetUuidDesc ( string uuid ) : string
uuid string
Résultat string

GetUuidValueDesc() public méthode

public GetUuidValueDesc ( string uuid ) : string
uuid string
Résultat string

GetValueDsp() public méthode

public GetValueDsp ( string uuid ) : ValueDisplay
uuid string
Résultat ValueDisplay

GetValueEdit() public méthode

public GetValueEdit ( string uuid ) : ValueEdit
uuid string
Résultat ValueEdit