AdvancedButtonImage Property
Gets or sets the image that is displayed on the button control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public Image? Image { get; set; }
Public Property Image As Image
Get
Set
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
member Image : Image with get, set
Property Value
Image