Reflection
ScratchPadContents Property


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
System.ArgumentNullException This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing).
Remarks
The Scratch Pad accepts text strings and Rich Text Format (RTF) strings. Plain text is used unless the parameter value includes RTF formatting. To empty the Scratch Pad contents, pass in an empty string instead of null (or in Visual Basic, Nothing).
See Also