Share via


ContentIsland.ProcessesKeyboardInput Property

Definition

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.

Applies to