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
Public Enumeration FocusBehaviorMode
public enum class FocusBehaviorMode
Members
| Member name | Value | Description |
---|
| HandoverToMap | 0 | Default. Hands over the focus to the map if an event is received. |
| Retain | 1 | Do not hand over the focus just leave it where it is. |
See Also