Udostępnij za pośrednictwem


DkmProcessStartupInfo.Title Property

Definition

[Optional] 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.

public:
 property System::String ^ Title { System::String ^ get(); };
public:
 property Platform::String ^ Title { Platform::String ^ get(); };
public string Title { get; }
public string? Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Property Value

Returns String.

Applies to