Gets the first selected item in the list.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property will be removed in next release.")] public PdfListWidgetItemCollection SelectedWidgetItem { get; }
<ObsoleteAttribute("This property will be removed in next release.")> Public ReadOnly Property SelectedWidgetItem As PdfListWidgetItemCollection Get
public: [ObsoleteAttribute(L"This property will be removed in next release.")] property PdfListWidgetItemCollection^ SelectedWidgetItem { PdfListWidgetItemCollection^ get (); }
[<ObsoleteAttribute("This property will be removed in next release.")>] member SelectedWidgetItem : PdfListWidgetItemCollection with get