Поделиться через


ContentSite.ProcessesPointerInput Property

Definition

Gets or sets whether the **ContentSite** object processes 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 = contentSite.processesPointerInput;
contentSite.processesPointerInput = boolean;
Public Property ProcessesPointerInput As Boolean

Property Value

Boolean

bool

True, if the **ContentSite** object processes pointer input. Otherwise, false.

Applies to

See also