C# Class TextTemplate.Word

An IText whithout new lines and whitespaces (except user input whitespaces)
Inheritance: IText, INotifyPropertyChanged
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Protected Properties

Свойство Type Description
_isHighlighted bool
_selected bool
_text string
_textTemplate TextTemplate

Méthodes publiques

Méthode Description
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
Word ( ) : System
Word ( bool editable, string text, TextTemplate tt ) : System

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string property ) : void

Method Details

BeginHighlight() public méthode

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

EndHighlight() public méthode

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

NotifyPropertyChanged() protected méthode

protected NotifyPropertyChanged ( string property ) : void
property string
Résultat void

SelectElement() public méthode

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

Word() public méthode

public Word ( ) : System
Résultat System

Word() public méthode

public Word ( bool editable, string text, TextTemplate tt ) : System
editable bool
text string
tt TextTemplate
Résultat System

Property Details

_isHighlighted protected_oe property

protected bool _isHighlighted
Résultat bool

_selected protected_oe property

protected bool _selected
Résultat bool

_text protected_oe property

protected string _text
Résultat string

_textTemplate protected_oe property

protected TextTemplate,TextTemplate _textTemplate
Résultat TextTemplate