C# Class SIL.FieldWorks.FwCoreDlgs.ContextInfo

Class that enables the context grid to get the text before and after the character being displayed.
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
s_chPunctWhitespace char

Private Methods

Method Description
ContextInfo ( PuncPattern pattern, TextTokenSubstring tts ) : System

Initializes a new instance of the ContextInfo class.

ContextInfo ( PuncPattern pattern, int offset, string context, string reference ) : System

Initializes a new instance of the ContextInfo class.

ContextInfo ( string chr, TextTokenSubstring tts ) : System

Initializes a new instance of the ContextInfo class.

ContextInfo ( string chr, int offset, string context, string reference ) : System

Initializes a new instance of the ContextInfo class.

Initialize ( string chr, int offset, string context, string reference ) : void

Initializes a new instance of the ContextInfo class.

Property Details

s_chPunctWhitespace public static property

Single character representing a whitespace character (or possibly multiple contiguous whitespace characters) when displayed in the punctuation patterns grid and the punctuation check. Typically, this is the space character (U+0032); for greater visibility, an underscore (_) character could be used.
public static char s_chPunctWhitespace
return char