Gets or sets the image displayed in the header of the dialog box. if the value is null (Nothing) the image will be hide.

Namespace: Novalys.VisualGuard.Security.WinForm
Assembly: Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public Image HeaderImage { get; set; }
Visual Basic
Public Property HeaderImage As Image
	Get
	Set

Property Value

Type: Image

Remarks

The size of the image is 48x48.

See Also