←Select platform

SelectedContents Property

Summary

The selected contents if this field is a list box.

Syntax
C#
VB
C++
Java
public IList<string> SelectedContents { get; } 
Public ReadOnly Property SelectedContents As IList(Of String) 
public List<String> getSelectedContents() 
public: 
property IList<String^>^ SelectedContents { 
   IList<String^>^ get(); 
} 

Property Value

A list of the selected contents if this field is a list box.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly