TCheckBoxStaticImageResxCheckedDisabled Property

Gets or sets the current image from resources.

Definition

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

Property Value

String

Remarks

This image is used as the face of TCheckBox when it is checked and when it is disabled.

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

IMPORTANT:
It is necessary to assign null or empty string to this property when you are done using TCheckBox 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