InputMethod.MicrophoneState Eigenschap

Definitie

Hiermee haalt u de huidige status van de microfooninvoer voor deze invoermethode op of stelt u deze in.

public:
 property System::Windows::Input::InputMethodState MicrophoneState { System::Windows::Input::InputMethodState get(); void set(System::Windows::Input::InputMethodState value); };
public System.Windows.Input.InputMethodState MicrophoneState { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public System.Windows.Input.InputMethodState MicrophoneState { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.MicrophoneState : System.Windows.Input.InputMethodState with get, set
member this.MicrophoneState : System.Windows.Input.InputMethodState with get, set
Public Property MicrophoneState As InputMethodState

Waarde van eigenschap

Een lid van de InputMethodState opsomming waarmee de huidige invoermethodestatus voor microfooninvoer wordt opgegeven.

De standaardwaarde is Off.

Kenmerken

Van toepassing op

Zie ook