Reflection
BlinkRate Property


Gets or sets a value that specifies the blinking attribute for text that the host displays in the terminal window.
Syntax
'Declaration
 
Property BlinkRate As TextBlinkRateOption
'Usage
 
Dim instance As IIbmTerminal
Dim value As TextBlinkRateOption
 
instance.BlinkRate = value
 
value = instance.BlinkRate
TextBlinkRateOption BlinkRate {get; set;}

Property Value

If the default Reflection template is used to create a session, the default blink rate default is NoBlink for 3270 terminals, and Slow for 5250 terminals. If the Legacy Reflection template is used to create a 3270 or 5250 session, the default value for BlinkRate is Medium.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
This property applies to 3270 and 5250 terminal sessions.
See Also