SetWindowTitle abstract method

void SetWindowTitle(
  1. String title
)

Set title for window

Implementation

void SetWindowTitle(
  String title,
);