MonthCalendar::DefaultImeMode Property

 

Gets a value indicating the input method editor for the MonthCalendar.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property ImeMode DefaultImeMode {
	virtual ImeMode get() override;
}

Property Value

Type: System.Windows.Forms::ImeMode

As implemented for this object, always ImeMode::Disable.

.NET Framework
Available since 1.1
Return to top
Show: