EditHandle Property
Description
The EditHandle property stores a reference to the HANDLE (hWnd) of the edit control.
Property Type
- Read-only property
Syntax (Visual Basic)
Public Property EditHandle() As Integer
Remarks
Through the use of Windows API, the EditHandle can be used for functions such as applying styles to the edit control.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.