InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / ScratchPadContents Property


In This Topic
    ScratchPadContents Property
    In This Topic
    Gets or sets allowable text contents for the Scratch Pad.
    Syntax
    'Declaration
     
    
    Property ScratchPadContents As String
    'Usage
     
    
    Dim instance As IProductivity
    Dim value As String
     
    instance.ScratchPadContents = value
     
    value = instance.ScratchPadContents
    string ScratchPadContents {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is null.
    Remarks
    The Scratch Pad accepts text strings and Rich Text Format (RTF) strings. To empty the Scratch Pad contents, pass in an empty string. (Do not pass in null).
    See Also