Table of Contents

Method CreateTreeViewHandler

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

CreateTreeViewHandler(Control)

Creates a handler for a TreeView control.

IControlHandler CreateTreeViewHandler(Control control)

Parameters

control Control

The Control instance representing the TreeView to be handled. Must not be null.

Returns

IControlHandler

An IControlHandler instance that provides platform-specific functionality for the TreeView control.