Interface IWxControlFactoryHandler
Defines a factory handler for creating platform-specific control handlers.
public interface IWxControlFactoryHandler : IControlFactoryHandler, IDisposable
Remarks
This interface extends IControlFactoryHandler to provide additional functionality for creating handlers. Implementations of this interface are responsible for returning appropriate platform-specific handlers.
Methods
- CreateSliderHandler(Slider)
Creates a handler for the specified Slider control.
- CreateTreeViewHandler(Control)
Creates a handler for a TreeView control.