TCheckBoxLoadImageResxUncheckedDisabledFromAssembly(Assembly, String, Boolean) Method

Loads an image from an assembly.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void LoadImageResxUncheckedDisabledFromAssembly(
	Assembly sourceAssembly,
	string resourceName,
	bool redrawRequired
)

Parameters

sourceAssembly  Assembly
Specifies the assembly.
resourceName  String
Specifies the image name.
redrawRequired  Boolean
True when the control should refresh itself after the loading of image; otherwise false.

See Also