Table of Contents

Property SelectedOptions

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

SelectedOptions

Gets the labels of the currently selected options of a combo box or list box. Empty outside choice fields.

public IReadOnlyList<string> SelectedOptions { get; }

Property Value

IReadOnlyList<string>
Share