Table of Contents

Method GetTreeViewButtonImages

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

GetTreeViewButtonImages(TreeViewButtonsKind)

Gets tree view button images based on the specified kind.

public static (SvgImage? Closed, SvgImage? Opened) GetTreeViewButtonImages(TreeViewButtonsKind kind)

Parameters

kind TreeViewButtonsKind

The kind of tree view buttons.

Returns

(SvgImage Closed, SvgImage Opened)

A tuple containing the closed and opened images for the tree view buttons.