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