Table of Contents

Property TwistButtons

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

TwistButtons

Gets or sets a value indicating whether to select alternative style of +/- buttons and to show rotating ("twisting") arrows instead.

[Browsable(false)]
public virtual bool TwistButtons { get; set; }

Property Value

bool

true if twisted buttons are used; false, if +/- buttons are used. The default is true.

Remarks

This property is an alias for TreeButtons property and was added for the compatibility with the original TreeView control.