[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IContentControl

Interface IContentControl

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Common members of controls that have text content to display.

public interface IContentControl : IControl
Inherited Members

Properties

LockedText

Gets or sets whether the text is locked.

bool LockedText { get; set; }

Property Value

bool

Text

Gets or sets the text to display.

string Text { get; set; }

Property Value

string