IncludedParameters property (ILEADContainerViewerProperties)

Visual Basic example

Visual C++ example

 

Syntax

long IncludedParameters

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a value that represents the valid properties used when retrieving or setting the container properties. Flags can be combined using the bitwise OR: Possible values are:

Value

Meaning

CONVIEW_CIP_ALL

[0x001FFFFF] All properties must be valid or must be filled in.

CONVIEW_CIP_ROWCOUNT

[0x00000001] The RowCount property is valid or must be filled in.

CONVIEW_CIP_COLUMNCOUNT

[0x00000002] The ColumnCount Property is valid or must be filled in.

CONVIEW_CIP_EMPTYCELLBACKGROUNDCOLOR

[0x00000004] The EmptyCellBackGroundColor Property is valid or must be filled in.

CONVIEW_CIP_BACKGROUNDCOLOR

[0x00000008] The BackGroundColor Property is valid or must be filled in.

CONVIEW_CIP_TEXTCOLOR

[0x00000010] The TextColor Property is valid or must be filled in.

CONVIEW_CIP_SHADOWCOLOR

[0x00000020] The ShadowColor Property is valid or must be filled in.

CONVIEW_CIP_RULERINCOLOR

[0x00000040] The RulerInColor Property is valid or must be filled in.

CONVIEW_CIP_RULEROUTCOLOR

[0x00000080] The RulerOutColor Property is valid or must be filled in.

CONVIEW_CIP_ACTIVECELLBORDERCOLOR

[0x00000100] The ActiveCellBorderColor Property is valid or must be filled in.

CONVIEW_CIP_NONACTIVECELLBORDERCOLOR

[0x00000200] The NonActiveCellBorderColor Property is valid or must be filled in.

CONVIEW_CIP_ACTIVESUBCELLBORDERCOLOR

[0x00000400] The ActiveSubCellBorderColor Property is valid or must be filled in.

CONVIEW_CIP_DEFAULTCURSOR

[0x00000800] The DefaultCursor Property is valid or must be filled in.

CONVIEW_CIP_VERTICALRESIZECURSOR

[0x00001000] The VerticalResizeCursor Property is valid or must be filled in.

CONVIEW_CIP_HORIZONTALRESIZECURSOR

[0x00002000] The HorizontalResizeCursor Property is valid or must be filled in.

CONVIEW_CIP_BOTHRESIZECURSOR

[0x00004000] The BothResizeCursor Property is valid or must be filled in.

CONVIEW_CIP_AUTOSCROLL

[0x00008000] The AutoScroll Property is valid or must be filled in.

CONVIEW_CIP_CELLMAINTENANCE

[0x00010000] The CellMaintenance Property is valid or must be filled in.

CONVIEW_CIP_SHOWFREEZETEXT

[0x00020000] The ShowFreezeText Property is valid or must be filled in.

CONVIEW_CIP_CELLBORDERSTYLE

[0x00040000] The CellBorderStyle Property is valid or must be filled in.

CONVIEW_CIP_TEXTQUALITY

[0x00080000] The TextQuality Property is valid or must be filled in.

CONVIEW_CIP_RULERSTYLE

[0x00100000] The RulerStyle Property is valid or must be filled in.

To set or get container properties, use SetContainerProperties and GetContainerProperties methods.

See Also

Elements:

RowCount property, ColumnCount property, EmptyCellBackGroundColor property, BackGroundColor property, TextColor property, ShadowColor property, RulerInColor property, RulerOutColor property, ActiveCellBorderColor property, NonActiveCellBorderColor property, ActiveSubCellBorderColor property, DefaultCursor property, VerticalResizeCursor property, HorizontalResizeCursor property, BothResizeCursor property, AutoScroll property, RulerStyle property, CellMaintenance property, ShowFreezeText property, CellBorderStyle property, TextQuality property.

Topics:

Image Viewer: Container Properties