In This Article

SharedImageSourceKeys Class

Defines the keys that identify built-in images available with ImageProvider.

public static class SharedImageSourceKeys
Inheritance:
object object

Fields

Error

A key which identifies an error icon.

public const string Error = "ActiproSharedImageSourceError"

InfoBarError

A key which identifies the error icon used by info bar.

public const string InfoBarError = "ActiproSharedImageSourceInfoBarError"

InfoBarInformation

A key which identifies the information icon used by info bar.

public const string InfoBarInformation = "ActiproSharedImageSourceInfoBarInformation"

InfoBarSuccess

A key which identifies the success icon used by info bar.

public const string InfoBarSuccess = "ActiproSharedImageSourceInfoBarSuccess"

InfoBarWarning

A key which identifies the warning icon used by info bar.

public const string InfoBarWarning = "ActiproSharedImageSourceInfoBarWarning"

Information

A key which identifies an information icon.

public const string Information = "ActiproSharedImageSourceInformation"

Question

A key which identifies a question icon.

public const string Question = "ActiproSharedImageSourceQuestion"

Warning

A key which identifies a warning icon.

public const string Warning = "ActiproSharedImageSourceWarning"

Inherited Members

See Also