In This Article

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:

true if the part is a delimiter literal; otherwise, false.

Text

The literal text.

string Text { get; }

Property Value

string

Inherited Members

Extension Methods