PrintPreviewDialog::ImeMode Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets the Input Method Editor (IME) mode supported by this control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ImeMode ImeMode { ImeMode get(); void set(ImeMode value); }
Property Value
Type: System.Windows.Forms::ImeModeOne of the ImeMode values. The default is ImeMode::Inherit.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The assigned value is not one of the ImeMode enumeration values. |
This property is not relevant for this class.
.NET Framework
Available since 1.1
Available since 1.1
Show: