CellMaintenance property (ILEADContainerViewerProperties)

Visual Basic example

Visual C++ example

 

Syntax

CellsMaintenanceConstants CellMaintenance

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a value that indicates whether to maintain, if possible, cell size or cell position. Possible values are:

Value

Meaning

CONVIEW_CELLSMAINTENANCE_SIZE

[0x00000000] Maintain the cell size, if possible. This is the default.

CONVIEW_CELLSMAINTENANCE_POS

[0x00000001] Maintain the cell position.

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

See Also

Elements:

IncludedParameters property, 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, ShowFreezeText property, CellBorderStyle property, TextQuality property.

Topics:

Image Viewer: Container Properties