ChildSiteLink.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 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
bool
True, if this ChildSiteLink process keyboard input; otherwise, false. The default is true.