TImageButtonLoadImageResxNormalFromAssembly(Assembly, String, Boolean) Method

Loads image from a resourec of a given assembly for the normal state.

Definition

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

Parameters

sourceAssembly  Assembly
The source assembly of the resource.
resourceName  String
The name of the resource, which contains the image.
redrawRequired  Boolean
Indicates whether redraw of the control surface is required.

See Also