ProcessStartupInfoTitle Field
For console processes, this is the title displayed in the title bar if a new console window is created.
If NULL, the name of the executable file is used as the window title instead.
This parameter must be NULL for GUI or console processes that do not create a new console window.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Title As String
Dim instance As ProcessStartupInfo
Dim value As String
value = instance.Title
instance.Title = value
val mutable Title: string
No code example is currently available or this language may not be supported.
Field Value
String