VSConstants.CPPM_SETMULTISELECT Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set multiple-selection mode for picker.
public: int CPPM_SETMULTISELECT = 2313;
int CPPM_SETMULTISELECT = 2313;
public const int CPPM_SETMULTISELECT = 2313;
val mutable CPPM_SETMULTISELECT : int
Public Const CPPM_SETMULTISELECT As Integer = 2313
Field Value
Value = 2313Remarks
wParam is unused and lParam is equal to BOOL fMultipleSelect.