IInfoPathEditorProperties.Enabled 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 Enabled As Boolean
Get
Set
'Usage
Dim instance As IInfoPathEditorProperties
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
bool Enabled { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
IInfoPathEditorProperties interface