'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether the inplace edit control created for the hosted control must be deactivated when the control looses focus. By default set to true.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> Public Property DeactiveOnLostFocus As System.Boolean
'Usage
Dim instance As NWinFormControlHostPrimitive Dim value As System.Boolean instance.DeactiveOnLostFocus = value value = instance.DeactiveOnLostFocus
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether the inplace edit control created for the hosted control must be deactivated when the control looses focus. By default set to true.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(true)] public System.bool DeactiveOnLostFocus {get; set;}