TImageButtonImageFileDisabled Property

Sets the current image to a file, specified by a path relative to the currently executing assembly's codebase (build output directory).

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public virtual string ImageFileDisabled { get; set; }

Property Value

String

Remarks

This image is used as the face of TImageButton when it is disabled (when its Enabled property is set to false).

See Also