void SetTitle( string strTitle, bool bSetOnlyIfEmpty )
void SetTitle( String^ strTitle, bool bSetOnlyIfEmpty )
Parameters
| Parameter Name | Description |
|---|---|
| strTitle | The new title of the window. |
| bSetOnlyIfEmpty | Please, set only the title if not set before! |
void SetTitle( string strTitle, bool bSetOnlyIfEmpty )
void SetTitle( String^ strTitle, bool bSetOnlyIfEmpty )
| Parameter Name | Description |
|---|---|
| strTitle | The new title of the window. |
| bSetOnlyIfEmpty | Please, set only the title if not set before! |