PdfChoiceWidgetFieldWidget
SelectedWidgetItem Property
|
Note: This API is now obsolete.
Gets the first selected item in the list.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[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
Property Value
Type:
PdfListWidgetItemCollection
See Also