Class TextBoxWordInfo
Inheritance
System.Object
TextBoxWordInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class TextBoxWordInfo : IWordInfo
Constructors
TextBoxWordInfo(String, Int32)
Declaration
public TextBoxWordInfo(string word, int startPosition)
Parameters
System.String
word
|
System.Int32
startPosition
|
Properties
StartPosition
Declaration
public int StartPosition { get; set; }
Property Value
System.Int32
|