Share via


ChildSiteLink.ProcessesPointerInput Property

Definition

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

Boolean

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.

Applies to