C# Class TextTemplate.Word

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

Protected Properties

Property Type Description
_isHighlighted bool
_selected bool
_text string
_textTemplate TextTemplate

Public Methods

Method 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

Protected Methods

Method Description
NotifyPropertyChanged ( string property ) : void

Method Details

BeginHighlight() public method

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

EndHighlight() public method

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string property ) : void
property string
return void

SelectElement() public method

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

Word() public method

public Word ( ) : System
return System

Word() public method

public Word ( bool editable, string text, TextTemplate tt ) : System
editable bool
text string
tt TextTemplate
return System

Property Details

_isHighlighted protected_oe property

protected bool _isHighlighted
return bool

_selected protected_oe property

protected bool _selected
return bool

_text protected_oe property

protected string _text
return string

_textTemplate protected_oe property

protected TextTemplate,TextTemplate _textTemplate
return TextTemplate