TImageButtonStaticImageFileIcon Property

Gets or sets a path to a file 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 string StaticImageFileIcon { get; set; }

Property Value

String

Remarks

The file is an icon painted over the surface of TImageButton.

This image will be shared by all instances of TImageButton in your assembly if they are not overridden by setting a non-static ImageFileIcon property which has higher priority.

IMPORTANT:
It is necessary to assign null or empty string to this property when you are done using TImageButton objects in your application. Assigning an empty string or null value disposes the image freeing the memory which would otherwise continue to occupy the application's memory space until terminated.

See Also