This document is archived and information here might be outdated. Recommended version. |
The option to allow element selection.
[Visual Basic .NET]
Public Property IsSelectable As Boolean
[C#]
public bool IsSelectable {get; set;}
[C++]
HRESULT get_IsSelectable(
VARIANT_BOOL bIsSelectable
);
[C++]
HRESULT put_IsSelectable(
Boolean* bIsSelectable
);
[C++] Parameters bIsSelectable [in]
bIsSelectable is a parameter of type bool bIsSelectable [out, retval]
bIsSelectable is a parameter of type bool*