Share via


ChildSiteLink.ProcessesKeyboardInput Property

Definition

Gets or sets a value indicating whether to process keyboard input.

public:
 property bool ProcessesKeyboardInput { bool get(); void set(bool value); };
bool ProcessesKeyboardInput();

void ProcessesKeyboardInput(bool value);
public bool ProcessesKeyboardInput { get; set; }
var boolean = childSiteLink.processesKeyboardInput;
childSiteLink.processesKeyboardInput = boolean;
Public Property ProcessesKeyboardInput As Boolean

Property Value

Boolean

bool

True, if this ChildSiteLink process keyboard input; otherwise, false. The default is true.

Implements

Applies to