Skip to content

P_DataTools_MessageBoxEx_MessageBoxExButton_Image

Nathan Moschkin edited this page Aug 22, 2020 · 3 revisions

MessageBoxExButton.Image Property

Specifies the custom icon to display.

Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Bitmap Image { get; set; }

VB

Public Property Image As Bitmap
	Get
	Set

Property Value

Type: Bitmap

See Also

Reference

MessageBoxExButton Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally