TImageButtonLoadImageResxPressedFromAssembly(Assembly, String) Method

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

Definition

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

Parameters

sourceAssembly  Assembly
The source assembly of the resource.
resourceName  String
The name of the resource, which contains the image.

See Also