...
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode Attribute( ScreenPosition position, ref byte attribute ) |
Visual Basic (Declaration) |
---|
Function Attribute ( _ position As ScreenPosition, _ ByRef attribute As Byte _ ) As StatusCode |
Visual C++ |
---|
StatusCode Attribute( ScreenPosition position, unsigned char% attribute ) |
JavaScript |
---|
function Attribute(position, attribute); |
Parameters
position Type: JollyGiant.Emulation..::.ScreenPositionThe position of the field to get the attribute of.
...
This can be one of the following values:
Status code | Description |
---|---|
WHLLOK | Field attribute found successfully. |
WHLLNOTCONNECTED | Your application is not currently connected to a host session. |
WHLLPOSITIONERROR | Invalid value specified for presentation space position. |
WHLLSYSERROR | The method failed due to a system error. |
WHLLNOFIELD | Field attribute not found due to unformatted session presentation space. |
See Also
IField Interface
JollyGiant.Emulation Namespace
...