ListBoxItem Class
Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class ListBoxItem : ContentControl
Properties
IsSelected
public bool IsSelected { get; }
No description available.
IsSelectable
public bool IsSelectable { get; set; }
No description available.
Methods
OnIsSelectedChanged(bool isSelected)
protected internal virtual void OnIsSelectedChanged(bool isSelected)
No description available.
| Parameter | Type | Description |
|---|---|---|
isSelected | bool |
OnTouchUp(TouchEventArgs e)
protected override void OnTouchUp(TouchEventArgs e)
Handles the touch up event. (inherited)
| Parameter | Type | Description |
|---|---|---|
e | TouchEventArgs | Touch event arguments. |