Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Toggle Property, ButtonPartClass Class

Defines whether the button is a toggle button.

Class: ButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public bool Toggle { get; set; }
Public Property Toggle As Boolean

Value

True the button is a toggle button, otherwise False.

The default value is False.

Comments

Defines whether the button is a toggle button.

A toggle button remains pressed once it is clicked. If clicked again, it will return to its released position.

See Also ButtonPartClass Class | Classes | SftTree/NET 2.0