Tao.Sdl SDK Documentation

Sdl.SDL_WM_SetCaption Method 

[Visual Basic]
Public Shared Sub SDL_WM_SetCaption( _
   ByVal title As String, _
   ByVal icon As String _
)
[C#]
public static void SDL_WM_SetCaption(
   string title,
   string icon
);

See Also

Sdl Class | Tao.Sdl Namespace