This document is archived and information here might be outdated. Recommended version. |
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
);