| 
       IsInputInhibited Property (Read Only)  | 
    Top Previous Next | 
| 
 Returns true if the input of the emulator-screen is inhibited. 
 VB.NET Syntax 
 [Boolean =] Display.IsInputInhibited 
 C# Syntax 
 [bool =] Display.IsInputInhibited; 
 
 See Also InputInhibitEnabled property and OnInputInhibitChange event. 
 
 
 
 
  |