MapGadgetKeyboardFocusBehavior Property |
Gets or sets a value which controls if Keyboard.PreviewKeyDownEvents forward the focus to the map
or not. If set to
HandoverToMap every key press on the gadget or one of its
children sets the focus to the map. As a result the gadget and all of its children is not able to gain the
focus any more.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public FocusBehaviorMode KeyboardFocusBehavior { get; set; }
Public Property KeyboardFocusBehavior As FocusBehaviorMode
Get
Set
public:
property FocusBehaviorMode KeyboardFocusBehavior {
FocusBehaviorMode get ();
void set (FocusBehaviorMode value);
}
member KeyboardFocusBehavior : FocusBehaviorMode with get, set
Property Value
Type:
FocusBehaviorMode FocusBehaviorMode which defines whether PreviewKeyDownEvents forward the focus to the map.
See Also