Share via


ExternalApplicationAppInitString.AttachThreadInput Property

Definition

Gets or sets a Boolean value that specifies whether the thread input is attached.

public:
 property bool AttachThreadInput { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool AttachThreadInput { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.AttachThreadInput : bool with get, set
Public Property AttachThreadInput As Boolean

Property Value

True if the input is attached, otherwise, false.

Attributes

Applies to