This document is archived and information here might be outdated. Recommended version. |
Indicates if objects save their selections.
[Visual Basic .NET]
Public Property SaveSelections As Boolean
[C#]
public bool SaveSelections {get; set;}
[C++]
HRESULT get_SaveSelections(
Boolean* saveSel
);
[C++]
HRESULT put_SaveSelections(
VARIANT_BOOL saveSel
);
[C++] Parameters saveSel [out, retval]
saveSel is a parameter of type bool* saveSel [in]
saveSel is a parameter of type bool