McOutputVisible Property
|
|
Sets or gets the visibility of the output window.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Property Visible As Boolean
Get
Set
Return Value
Type:
BooleanReturns true if the ouput dialog is visible returns false otherwise.
Implements
IMcOutput.Visible
Remarks
Setting this property is equivalent to calling Show or Hide.
See Also