Constable Authorization Engine 2.0 BETA

VisualInfo Constructor (String, String, Image)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the VisualInfo class with the given name, description and smallImage.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal description As String, _
   ByVal smallImage As Image _
)
[C#]
public VisualInfo(
   string name,
   string description,
   Image smallImage
);

Parameters

name
The name.
description
The description.
smallImage
The small image.

See Also

VisualInfo Class | LaMarvin.Design Namespace | VisualInfo Constructor Overload List