TCheckBoxLoadImageResxCheckedDisabledFromAssembly(Assembly, String, Boolean) Method
Loads an image from an assembly.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void LoadImageResxCheckedDisabledFromAssembly(
Assembly sourceAssembly,
string resourceName,
bool redrawRequired
)
Public Sub LoadImageResxCheckedDisabledFromAssembly (
sourceAssembly As Assembly,
resourceName As String,
redrawRequired As Boolean
)
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.