ILiteralPart Interface
Provides the base requirements for a part within a part-based edit box.
public interface ILiteralPart : IPart
Properties
IsDelimiter
Indicates whether the part is a delimiter literal, paired with another optional part.
bool IsDelimiter { get; }
Property Value
- bool:
trueif the part is a delimiter literal; otherwise,false.
Text
The literal text.
Inherited Members
- IPart.IsTextInputAllowed(string, int, CultureInfo)
- IPart.TryParseText(IList<IPart>, string, int, CultureInfo, out int)
- IPart.IsEditable
- IPart.IsLiteral
- IPart.IsOptional
- IPart.Length
- IPart.StartOffset
- IPart.StringValue