.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


NotesColor property
Example

Read-write. The color's Domino value.

Defined in

ColorObject

Data type

int

Syntax

public int getNotesColor()
   throws NotesException

public void setNotesColor(int notesColor)
   throws NotesException

Usage

The value of this property must be in the range 0-240.

The methods setHSL and setRGB set this property.

Setting this property sets the RGB and HSL properties.

Language cross-reference

NotesColor property in LotusScript NotesColorObject class

Example
See Also