C# Class Views.EditableLabel

Inheritance: Gtk.Bin, IEditable
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
isEditable bool
onlyNumbers bool
text_string String

Méthodes publiques

Méthode Description
EditableLabel ( ) : System

Méthodes protégées

Méthode Description
NumericEntryChanged ( object sender, EventArgs e ) : void

Method Details

EditableLabel() public méthode

public EditableLabel ( ) : System
Résultat System

NumericEntryChanged() protected méthode

protected NumericEntryChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

isEditable protected_oe property

protected bool isEditable
Résultat bool

onlyNumbers protected_oe property

protected bool onlyNumbers
Résultat bool

text_string protected_oe property

protected String text_string
Résultat String