The option to allow element selection.
[Visual Basic 6.0] Property IsSelectable As Boolean
[Visual Basic .NET] Public Property IsSelectable As Boolean
[C#] public bool IsSelectable {get; set;}
[Java] public boolean IsSelectable() throws IOException, AutomationException
[Java] public void setIsSelectable( boolean IsSelectable ) throws IOException, AutomationException
[C++]
HRESULT get_IsSelectable(
VARIANT_BOOL* bIsSelectable
);
[C++] HRESULT put_IsSelectable( VARIANT_BOOL bIsSelectable);
Parameters
bIsSelectable [out, retval]
bIsSelectable is a parameter of type VARIANT_BOOL
bIsSelectable [in]
bIsSelectable is a parameter of type VARIANT_BOOL