VSConstants.CPPM_QUERYCANSELECT 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.
Determine whether Select button should be enabled.
public: int CPPM_QUERYCANSELECT = 2310;
int CPPM_QUERYCANSELECT = 2310;
public const int CPPM_QUERYCANSELECT = 2310;
val mutable CPPM_QUERYCANSELECT : int
Public Const CPPM_QUERYCANSELECT As Integer = 2310
Field Value
Value = 2310Remarks
wParam
is unused and lParam
is equal to BOOL *pbCanSelect
.