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 |
public GetAttrKey ( ushort connHandle, ushort handle ) : string | ||
connHandle | ushort | |
handle | ushort | |
return | string |
public GetBackgroundColor ( string uuid ) : Color | ||
uuid | string | |
return | Color |
public GetForegroundColor ( string uuid ) : Color | ||
uuid | string | |
return | Color |
public GetUuidValueDesc ( string uuid ) : string | ||
uuid | string | |
return | string |
public GetValueDsp ( string uuid ) : ValueDisplay | ||
uuid | string | |
return | ValueDisplay |
public GetValueEdit ( string uuid ) : ValueEdit | ||
uuid | string | |
return | ValueEdit |