InputMethod.MicrophoneState Property

Definition

Gets or sets the current state of microphone input for this input method.

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

Property Value

A member of the InputMethodState enumeration specifying the current input method state for microphone input.

The default value is Off.

Attributes

Applies to

See also