InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / ForceInputToCaps Property


In This Topic
    ForceInputToCaps Property
    In This Topic

    Gets or sets a value indicating whether to change all typed alphabetic characters to upper case.

    Syntax
    'Declaration
     
    
    Property ForceInputToCaps As Boolean
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As Boolean
     
    instance.ForceInputToCaps = value
     
    value = instance.ForceInputToCaps
    bool ForceInputToCaps {get; set;}
    See Also