Table of Contents

Method CreateSliderHandler

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

CreateSliderHandler(Slider)

Creates a handler for the specified Slider control.

IControlHandler CreateSliderHandler(Slider control)

Parameters

control Slider

The Slider control for which the handler is to be created. Cannot be null.

Returns

IControlHandler

An IControlHandler instance that manages the behavior and rendering of the specified Slider control.