Version

IsSelectedInFieldChooser Property (LabelPresenter)

Indicates if a the LabelPresenter is selected in the field chooser (read-only).
Syntax
'Declaration
 
Public Property IsSelectedInFieldChooser As Boolean
public bool IsSelectedInFieldChooser {get; set;}
Remarks

When this LabelPresenter is inside a FieldChooser, IsSelectedInFieldChooser property returns a value indicating whether the LabelPresenter is currently selected 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