Skip to main content

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.

ParameterTypeDescription
isSelectedbool

OnTouchUp(TouchEventArgs e)

protected override void OnTouchUp(TouchEventArgs e)

Handles the touch up event. (inherited)

ParameterTypeDescription
eTouchEventArgsTouch event arguments.