Nevron .NET Vision
Nevron.Diagram Namespace / NShowHideSubtreeDecorator Class / ShowChildrenOnly Property


In This Topic
    ShowChildrenOnly Property
    In This Topic
    Gets/sets whether the decorator must show only the destination shapes. If set to false the entire subtree is shown.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets whether the decorator must show only the destination shapes. If set to false the entire subtree is shown.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ShowChildrenOnly As System.Boolean
    'Usage
     
    
    Dim instance As NShowHideSubtreeDecorator
    Dim value As System.Boolean
     
    instance.ShowChildrenOnly = value
     
    value = instance.ShowChildrenOnly
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets whether the decorator must show only the destination shapes. If set to false the entire subtree is shown.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ShowChildrenOnly {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