Nevron .NET Vision
Nevron.Diagram Namespace / NWinFormControlHostPrimitive Class / DeactiveOnLostFocus Property


In This Topic
    DeactiveOnLostFocus Property (NWinFormControlHostPrimitive)
    In This Topic
    Specifies whether the inplace edit control created for the hosted control must be deactivated when the control looses focus. By default set to true.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also