TImageButtonImageFileDisabled Property
Sets the current image to a file, specified by a path relative to the currently executing assembly's codebase (build output directory).
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public virtual string ImageFileDisabled { get; set; }
Public Overridable Property ImageFileDisabled As String
Get
Set
Property Value
String
This image is used as the face of TImageButton when it is disabled
(when its Enabled property is set to false).