xtd 0.2.0
Loading...
Searching...
No Matches

◆ toolkit_handle()

intptr xtd::forms::control::toolkit_handle ( ) const
noexcept

Gets the toolkit handle that the control is bound to.

Returns
An intptr that contains the toolkit handle (HWND) of the control.
Remarks
When the underlying toolkits is native, xtd::forms::control::handle and xtd::forms::control::toolkit_handle are the same, But if the underlying toolkit is not native, the xtd::forms::control::handle matches the toolkit handle while xtd::forms::control::toolkit_handle returns the toolkit handle.