DicomObjects Reference
DicomObjects Reference / DicomLabel Object / SelectMode Property
SelectMode Property
Description
Controls whether 'handles' and bounding box are shown
Property type
Read-write property
Syntax
Visual Basic
Public Property SelectMode As doSelectMode
Remarks

There is a list of allowable values for SelectMode.

Although defined as enumerated types, the values above can be (and normally are) used as bit fields, so the value doSelectBox + doSelectBoxHandles gives a bounding box with visible corners.

See Also