This document is archived and information here might be outdated.  Recommended version.


IARControl.ARWindowVisible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ARWindowVisible Property
ArcGIS Developer Help

IARControl.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 IARControl, (and higher numbered IARControl interfaces) and IARControlDefault 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

IARControl Interface