Table of Contents

Interface IWxControlFactoryHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.