TCheckBoxLoadImageResxCheckedDisabledFromAssembly(Assembly, String) Method

Loads an image from an assembly. The control will refresh itself after the loading of image.

Definition

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

Parameters

sourceAssembly  Assembly
Specifies the assembly.
resourceName  String
Specifies the image name.

See Also