Nevron .NET Vision
Nevron.Diagram Namespace / NHitTestSettings Class / HitTestVisibleOnly Property


In This Topic
    HitTestVisibleOnly Property
    In This Topic
    Specifies whether only visible nodes should be hit tested
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether only visible nodes should be hit tested")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property HitTestVisibleOnly As System.Boolean
    'Usage
     
    
    Dim instance As NHitTestSettings
    Dim value As System.Boolean
     
    instance.HitTestVisibleOnly = value
     
    value = instance.HitTestVisibleOnly
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies whether only visible nodes should be hit tested")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool HitTestVisibleOnly {get; set;}
    Remarks
    By default set to true
    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