ArcObjects Library Reference (PublisherControls)  

IARControlDefault.ARWindowVisible Property

Indicates if the specified control window is visible.

[Visual Basic .NET]
Public Function get_ARWindowVisible ( _
    ByVal win As esriARWindows _
) As Boolean
[C#]
public bool get_ARWindowVisible (
    esriARWindows win
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARWindowVisible property determines whether the specified window is currently visible. 

Errors Returned

2012 800A07DC: The specified window is invalid 

[C#]

In C# use the get_ARWindowVisible method, as indexed property accessors are not supported.

[Visual Basic .NET]

The IARControlDefault, (and higher numbered IARControlDefault interfaces) and IARControlDefaultDefault interfaces have a default indexed property called ARWindowVisible. The ArcReaderControl interop assembly which provides access to these interfaces have the default ARWindowVisible property. However, if you are working directly with the AxArcReaderControl class use the get_ARWindowVisible method.

See Also

IARControlDefault Interface