IInfoPathEditorProperties.HostTranslatesAcceleratorsFirst property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Property HostTranslatesAcceleratorsFirst As Boolean
Get
Set
'Usage
Dim instance As IInfoPathEditorProperties
Dim value As Boolean
value = instance.HostTranslatesAcceleratorsFirst
instance.HostTranslatesAcceleratorsFirst = value
bool HostTranslatesAcceleratorsFirst { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
IInfoPathEditorProperties interface