←Select platform

InteractiveService Constructor(View)

Summary

Initializes a new InteractiveService with the specified View.

Syntax

C#
VB
Java
Objective-C
public InteractiveService(  
   View targetView 
) 
Public Function New( _ 
   ByVal targetView As View _ 
) 
iOS: 
- (instancetype)initWithTarget:(UIView *)target 
macOS: 
- (instancetype)initWithTarget:(NSView *)target             
public InteractiveService(View targetView) 

Parameters

targetView
The target view. This view is the target that will be used to check if the event is triggered on its surface.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)