Constable Authorization Engine 2.0 BETA

VisualInfo Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the VisualInfo class with default property values.

Overload List

Initializes a new instance of the VisualInfo class with default property values.

public VisualInfo();

Initializes a new instance of the VisualInfo class with the given name.

public VisualInfo(string);

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

public VisualInfo(string,string);

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

public VisualInfo(string,string,Image);

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

public VisualInfo(string,string,Image,Image);

See Also

VisualInfo Class | LaMarvin.Design Namespace