Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / Content Property

In This Topic
    Content Property (ContentControl)
    In This Topic
    Gets the last known contents of the control. This contents shall be treated as a cache of the contents to be displayed in the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As ControlContent
    public ControlContent Content {get;}
    See Also