Gets the required creation parameters when the control handle is created.
- Returns
- A create_params that contains the required creation parameters when the handle to the control is created.
- Notes for inheritors
- When overriding the create_params property in a derived class, use the base class's create_params property to extend the base implementation. Otherwise, you must provide all the implementation.
Reimplemented from xtd::forms::control.