SharedNotesStockWarningToImage Method

Get the image corresponding to the stock warning.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static string StockWarningToImage(
	StockWarningType stockWarning
)

Parameters

stockWarning  StockWarningType
StockWarningType with the stock warning type.

Return Value

String
String with the name of the image to display.

See Also