Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Image Property, ButtonPartClass Class

Defines the button image.

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

Syntax

public Image Image { get; set; }
Public Property Image As Image

Value

The image.

The default value is null/Nothing.

Comments

Defines the button image.

If an image is defined, the text is no longer displayed (they are mutually exclusive).

See Also ButtonPartClass Class | Classes | SftTree/NET 2.0