ContentIsland.ProcessesKeyboardInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the associated **ContentSite** is processing keyboard input.
public:
property bool ProcessesKeyboardInput { bool get(); };
bool ProcessesKeyboardInput();
public bool ProcessesKeyboardInput { get; }
var boolean = contentIsland.processesKeyboardInput;
Public ReadOnly Property ProcessesKeyboardInput As Boolean
Property Value
Boolean
bool
True, if the associated **ContentSite** is processing keyboard input; otherwise, false.