Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the same functionality as the Control.ImeMode property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Property ImeMode As ImeMode
'Usage
Dim instance As ActionsPane
Dim value As ImeMode
value = instance.ImeMode
instance.ImeMode = value
public ImeMode ImeMode { get; set; }
public:
property ImeMode ImeMode {
ImeMode get ();
void set (ImeMode value);
}
public function get ImeMode () : ImeMode
public function set ImeMode (value : ImeMode)
Property Value
Type: System.Windows.Forms.ImeMode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.