Click or drag to resize
SoTabBoxDraggerenableHighlight Property

Enables highlighting for tabs and faces.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool enableHighlight { get; }

Property Value

Type: SoSFBool
Remarks

When this field is true, during a mousemove event, once the cursor moves over a tab or a face of the dragger, this element is highlighted according to the OIV.Inventor.Draggers.SoTabBoxDragger.highlightColor. This element is no longer highlighted once the cursor is no longer over it. Default is true.

See Also