This document is archived and information here might be outdated. Recommended version. |
Indicates if errors of a given rule type are selectable.
[Visual Basic .NET] Public Function get_Selectable ( _ ByVal Index As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_Selectable ( _ ByVal Index As Integer, _ ByVal sel As Boolean _ )
[C#] public bool get_Selectable ( int Index );
[C#] public void set_Selectable ( int Index, bool sel );
[C++]
HRESULT get_Selectable(
long Index,
VARIANT_BOOL sel
);
[C++]
HRESULT put_Selectable(
long Index,
Boolean* sel
);
[C++]
Parameters Index [in]
Index is a parameter of type long sel [in]
sel is a parameter of type bool Index [in]
Index is a parameter of type long sel [out, retval]
sel is a parameter of type bool*