NoteColor Enumeration

Independentsoft MSG .NET

NoteColor Enumeration MSG .NET Class Library
Represents Note item background color.

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

Syntax

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

  Member nameValueDescription
Blue0 Blue color.
Green1 Green color.
Pink2 Pink color.
Yellow3 Yellow color.
White4 White color.
None5 None.
See Also