CommandLinkButtonImage Property

Gets or sets the image that is displayed on the command link button control.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(null)]
public Image? Image { get; set; }

Property Value

Image

See Also