CommandLinkButtonImage Property
Gets or sets the image that is displayed on the command link button control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(null)]
public Image? Image { get; set; }
<DefaultValueAttribute(Nothing)>
Public Property Image As Image
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
[<DefaultValueAttribute(null)>]
member Image : Image with get, set
Property Value
Image