This document is archived and information here might be outdated. Recommended version. |
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 );
The ARWindowVisible property determines whether the specified window is currently visible.
2012 800A07DC: The specified window is invalid
In C# use the get_ARWindowVisible method, as indexed property accessors are not supported.
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.