Gets or sets the capture subtype selection state.
public bool Selected {get; set;}
public:
property bool Selected {
bool get();
void set ( bool value);
}
'Declaration
Public Property Selected As Boolean
'Usage
Dim instance As CaptureSubType
Dim value As Boolean
instance.Selected = value
value = instance.Selected
Property Value
true if the capture subtype is currently selected; otherwise, it is false