←Select platform

UserElements Property

Summary

Gets the user views.

Syntax

C#
VB
Java
Objective-C
public List<Element> UserElements {get;} 
Public ReadOnly Property UserElements As List(Of Element) 
iOS: 
@property (nonatomic, strong, readonly) NSMutableArray<UIView *> *userViews 
macOS: 
@property (nonatomic, strong, readonly) NSMutableArray<NSView *> *userViews            
public List<View> getUserViews() 
             

Property Value

The user views.

Remarks

Any extra views that should participate in the events handling. If you are adding any views on top of the viewer in the page, then you must add these views into UserElements to allow the service to handle events on these views.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

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