C# Class NativeUI.UIMenuCheckboxItem

Inheritance: UIMenuItem
Afficher le fichier Open project: Guad/NativeUI Class Usage Examples

Protected Properties

Свойство Type Description
_checkedSprite Sprite

Méthodes publiques

Méthode Description
CheckboxEventTrigger ( ) : void
Draw ( ) : void

Draw item.

Position ( int y ) : void

Change item's position.

SetRightBadge ( BadgeStyle badge ) : void
SetRightLabel ( string text ) : void
UIMenuCheckboxItem ( string text, bool check ) : System

Checkbox item with a toggleable checkbox.

UIMenuCheckboxItem ( string text, bool check, string description ) : System

Checkbox item with a toggleable checkbox.

Method Details

CheckboxEventTrigger() public méthode

public CheckboxEventTrigger ( ) : void
Résultat void

Draw() public méthode

Draw item.
public Draw ( ) : void
Résultat void

Position() public méthode

Change item's position.
public Position ( int y ) : void
y int New Y value.
Résultat void

SetRightBadge() public méthode

public SetRightBadge ( BadgeStyle badge ) : void
badge BadgeStyle
Résultat void

SetRightLabel() public méthode

public SetRightLabel ( string text ) : void
text string
Résultat void

UIMenuCheckboxItem() public méthode

Checkbox item with a toggleable checkbox.
public UIMenuCheckboxItem ( string text, bool check ) : System
text string Item label.
check bool Boolean value whether the checkbox is checked.
Résultat System

UIMenuCheckboxItem() public méthode

Checkbox item with a toggleable checkbox.
public UIMenuCheckboxItem ( string text, bool check, string description ) : System
text string Item label.
check bool Boolean value whether the checkbox is checked.
description string Description for this item.
Résultat System

Property Details

_checkedSprite protected_oe property

protected Sprite,NativeUI _checkedSprite
Résultat Sprite