ShowFreezeText property (ILEADContainerViewerProperties)
VARIANT_BOOL ShowFreezeText | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates whether to display the word "Freeze" on frozen cells. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
Display the word "Freeze" on frozen cells. This is the default value. |
VARIANT_FALSE |
Do not display the word "Freeze" on frozen cells. |
To set or get container properties, use SetContainerProperties and GetContainerProperties methods.
See Also