C
craig
I am not sure that I understand what the Control.Handle value represents.
The MSDN documentation say that it is "the window handle that the control is
bound to." Does this mean that the handle is for the control itself or for
the control's parent form?
I am trying to call a Win32 API metohd that will set the scroll position of
UserControl. The method requires an hWnd, and I am wondering if the
control's base.Handle would give me that value.
Any insight would be appreciated.
Thanks!
The MSDN documentation say that it is "the window handle that the control is
bound to." Does this mean that the handle is for the control itself or for
the control's parent form?
I am trying to call a Win32 API metohd that will set the scroll position of
UserControl. The method requires an hWnd, and I am wondering if the
control's base.Handle would give me that value.
Any insight would be appreciated.
Thanks!