ChildSiteLink.ProcessesPointerInput 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 pointer input.
public:
property bool ProcessesPointerInput { bool get(); void set(bool value); };
bool ProcessesPointerInput();
void ProcessesPointerInput(bool value);
public bool ProcessesPointerInput { get; set; }
var boolean = childSiteLink.processesPointerInput;
childSiteLink.processesPointerInput = boolean;
Public Property ProcessesPointerInput As Boolean
Property Value
bool
True, if this ChildSiteLink process pointer input; otherwise, false. The default is true.
Implements
Remarks
If this property is set to false then pointer input over the connected **ContentIsland** is delivered to the parent **ContentIsland**. See IContentSiteInput for more details.