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

◆ is_handle_created()

bool xtd::forms::control::is_handle_created ( ) const
noexcept

Gets a value indicating whether the control has a handle associated with it.

Returns
true if a handle has been assigned to the control; otherwise, false.
Remarks
Use the is_handle_created property to determine whether create_handle has been called.