Opt whether to show the data display in the selected location.
[Visual Basic .NET] |
---|
Public Function IsDisplayedInWindow( _ ByVal Title As String _ ) As |
[C#] |
---|
public bool IsDisplayedInWindow( string Title ); |
[Managed C++] |
---|
public: bool IsDisplayedInWindow( String __gc ^ Title ); |
[Java] |
---|
public bool isDisplayedInWindow( String Title ); |
- Title