Admin Production rocket
Current Publication

ScratchPadContents Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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
Exception Description
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