Click or drag to resize

FocusBehaviorMode Enumeration

Defines the mode of the focus behavior. By default the MapGadget hands over the focus if an event is received (same as HandoverToMap mode). In the 'Retain' mode the focus is not handed over.

Namespace:  Ptv.XServer.Controls.Map.Gadgets
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public enum FocusBehaviorMode
Members
  Member nameValueDescription
HandoverToMap0 Default. Hands over the focus to the map if an event is received.
Retain1 Do not hand over the focus just leave it where it is.
See Also