ArcObjects Library Reference (ArcMapUI)  

IDataWindowFactory.CanCreate Method

Indicates if the window is available given the current application state.

[Visual Basic .NET]
Public Function CanCreate ( _
    ByVal app As Object _
) As Boolean
[C#]
public bool CanCreate (
    object app
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindowFactory Interface