←Select platform

SelectedContents Property

Summary

The selected contents if this field is a list box.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly