TCheckBoxStaticImageUncheckedFocusedProvider Property

Gets or sets a "unchecked and focused" PngImage which will be shared shared among all instances of TCheckBox class.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected virtual PngImage StaticImageUncheckedFocusedProvider { get; set; }

Property Value

PngImage

Remarks

Value of this property will only be used by TCheckBox unless a specific "unchecked and focused" image is assigned to it from non-static property.

See Also