Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsUppercaseField Property
Example


In This Topic
IsUppercaseField Property (ScreenCharacter)
In This Topic
Gets a value indicating whether the data cell is uppercase. Note: IScreenDataConstants.FIELD_UPPERCASE
Syntax
'Declaration
 
Public ReadOnly Property IsUppercaseField As Boolean
 
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsUppercaseField
Example
private ScreenCharacter screen;
            
bool uppercase = screen.IsUppercaseField;
See Also