ShowSelectProfiles Method (Profile Manager Control)
Windows - Visual C++
Description
The ShowSelectProfiles method
displays the Select Profiles dialog box allowing users select one or
more profiles for various operations.
Syntax
[object.]ShowSelectProfiles bSingleSelect
The ShowSelectProfiles syntax has these parts:
Part |
Description |
bSingleSelect |
A boolean indicating whether the profiles list box is single or multiple selection. |
result |
A long integer containing the result, with 0 indicating success and nonzero indicating failure. |
Remarks
Upon
a successful return, the SelectedProfileCount
property contains the number of profiles the user selected. The GetSelectedCode
method can then be used to retrieve the profile codes for the
selected profiles.
See Also: GetSelectedCode SelectedProfileCount GetSelectedCode
Back to: Profile Manager Methods