ContentSite.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 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
bool
True, if the **ContentSite** object processes pointer input. Otherwise, false.