TextBoxInstance.Duplicate Property

Definition

Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.

public:
 property bool Duplicate { bool get(); };
public bool Duplicate { get; }
member this.Duplicate : bool
Public ReadOnly Property Duplicate As Boolean

Property Value

true if this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance; otherwise, false.

Applies to