Table of Contents

TTMSFNCBloxSelectorItemState Enumeration

Identifies the visual interaction state of a selector item.

API unit family: TMSFNCBloxSelector

Members

Name Description
isNormal The item is in its default, idle state.
isHover The pointer is hovering over the item.
isDown The item is being pressed (pointer or key is down on it).
isSelected The item is the currently selected item.
isDisabled The item is disabled and cannot be selected or interacted with.