Version

SelectedField Property

Gets or sets the field that's currently selected in the FieldChooser.
Syntax
'Declaration
 
Public Property SelectedField As FieldChooserEntry
public FieldChooserEntry SelectedField {get; set;}
Remarks

The user can select a field and perform keyboard navigation in the list of fields in the FieldChooser. Only one field can be selected at a time. The SelectedField property returns the field that's currently selected. You can also set it to select a field that's currently displayed in the FieldChooser.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also