WorkItemFormControl.CanEnableIme Property
This member overrides ContainerControl.CanEnableIme.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CanEnableIme As Boolean
protected override bool CanEnableIme { get; }
protected:
virtual property bool CanEnableIme {
bool get () override;
}
abstract CanEnableIme : bool with get
override CanEnableIme : bool with get
override function get CanEnableIme () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace