Table of Contents

Class UnhighlightablePickable

Namespace
Hi.Cbtr
Assembly
HiCbtr.dll

Cbtr un-highlightable pickable. For initailizing purpose by RebuildAttach(CbtrPickable).

public class UnhighlightablePickable : CbtrPickable, IGetPickable, IDisposable
Inheritance
UnhighlightablePickable
Implements
Inherited Members
Extension Methods

Constructors

UnhighlightablePickable()

Ctor.

public UnhighlightablePickable()

Methods

OnMouseEnter(ui_event_type, DispEngine)

Behavior on mouse enter

public override void OnMouseEnter(ui_event_type e, DispEngine dispEngine)

Parameters

e ui_event_type

event type

dispEngine DispEngine

display engine

OnMouseLeave(ui_event_type, DispEngine)

Behavior on mouse leave

public override void OnMouseLeave(ui_event_type e, DispEngine dispEngine)

Parameters

e ui_event_type

event type

dispEngine DispEngine

display engine