VSConstants.CPDN_SELDBLCLICK 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.
Inform of doubld-click on selected item on page.
public: int CPDN_SELDBLCLICK = 2305;
int CPDN_SELDBLCLICK = 2305;
public const int CPDN_SELDBLCLICK = 2305;
val mutable CPDN_SELDBLCLICK : int
Public Const CPDN_SELDBLCLICK As Integer = 2305
Field Value
Value = 2305Remarks
wParam
is unused and lParam
is equal to HWND hwndPageDialog
.