Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / IProductivity Interface / ScratchPadPanelVisible Property


In This Topic
ScratchPadPanelVisible Property
In This Topic
Gets or sets the visible state of the dockable Scratch Pad panel.
Syntax
'Declaration
 
Property ScratchPadPanelVisible As Boolean
 
'Usage
 
Dim instance As IProductivity
Dim value As Boolean
 
instance.ScratchPadPanelVisible = value
 
value = instance.ScratchPadPanelVisible
See Also