[]
Common members of controls that have text content to display.
public interface IContentControl : IControl
Gets or sets whether the text is locked.
bool LockedText { get; set; }
Gets or sets the text to display.
string Text { get; set; }