ListControlSelectedKeyBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<ListControl, string> SelectedKeyBinding { get; }
Public ReadOnly Property SelectedKeyBinding As BindableBinding(Of ListControl, String)
Get
member SelectedKeyBinding : BindableBinding<ListControl, string> with get
Property Value
Type:
BindableBindingListControl,
StringThe selected key binding.
See Also