共用方式為


RemoteTextConnection.IsEnabled 屬性

定義

指定是否為此 RemoteTextConnection 實例所服務的遠端桌面連線啟用文字輸入虛擬化。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = remoteTextConnection.isEnabled;
remoteTextConnection.isEnabled = boolean;
Public Property IsEnabled As Boolean

屬性值

Boolean

bool

如果此 RemoteTextConnection 實例所服務的連線已啟用文字輸入虛擬化,則為 True;否則為 false。

備註

如果遠端桌面用戶端應用程式在相同的執行緒上顯示遠端和本機 UI,當本機 UI 具有鍵盤焦點時,可能會想要將此值設定為 false。 這可讓 Windows 提供的內建輸入方法用來在本機 UI 中輸入文字。 當此屬性設定為 true 時,內建的輸入方法只會使用前景執行緒上顯示的遠端 UI。

適用於