FlagIcon Enumeration

Independentsoft MSG .NET

FlagIcon Enumeration MSG .NET Class Library
Represents flag color.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum FlagIcon
public enum FlagIcon
Public Enumeration FlagIcon
Public Enumeration FlagIcon
Dim instance As FlagIcon
Dim instance As FlagIcon
public enum FlagIcon
public enum FlagIcon
public enum FlagIcon
public enum FlagIcon
Independentsoft.Msg.FlagIcon = function();
Independentsoft.Msg.FlagIcon.createEnum('Independentsoft.Msg.FlagIcon', false);
Independentsoft.Msg.FlagIcon = function();
Independentsoft.Msg.FlagIcon.createEnum('Independentsoft.Msg.FlagIcon', false);
Members

  Member nameValueDescription
Purple1 Purple color. Value is 1.
Orange2 Orange color. Value is 2.
Green3 Green color. Value is 3.
Yellow4 Yellow color. Value is 4.
Blue5 Blue color. Value is 5.
Red6 Red color. Value is 6.
None0 None. Value is 0.
See Also