PrintPreviewDialog.ImeMode Property

Definition

Gets or sets the Input Method Editor (IME) mode supported by this control.

public:
 property System::Windows::Forms::ImeMode ImeMode { System::Windows::Forms::ImeMode get(); void set(System::Windows::Forms::ImeMode value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImeMode ImeMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ImeMode : System.Windows.Forms.ImeMode with get, set
Public Property ImeMode As ImeMode

Property Value

One of the ImeMode values. The default is Inherit.

Attributes

Exceptions

The assigned value is not one of the ImeMode enumeration values.

Remarks

This property is not relevant for this class.

Applies to