TImageButtonLoadImageResxPressedFromAssembly(Assembly, String) Method
Loads image from a resourec of a given assembly for the pressed state.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void LoadImageResxPressedFromAssembly(
Assembly sourceAssembly,
string resourceName
)
Public Sub LoadImageResxPressedFromAssembly (
sourceAssembly As Assembly,
resourceName As String
)
Parameters
- sourceAssembly Assembly
- The source assembly of the resource.
- resourceName String
- The name of the resource, which contains the image.