Nevron.Examples.Framework.WebForm Namespace / NTreeView Class / SelectedNodeStyle Property


In This Topic
    SelectedNodeStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <WebCategoryAttribute("Styles")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.NotifyParentPropertyAttribute(True)>
    <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
    <WebSysDescriptionAttribute("TreeView_SelectedNodeStyle")>
    Public ReadOnly Property SelectedNodeStyle As System.Web.UI.WebControls.TreeNodeStyle
    'Usage
     
    
    Dim instance As NTreeView
    Dim value As System.Web.UI.WebControls.TreeNodeStyle
     
    value = instance.SelectedNodeStyle
    [WebCategory("Styles")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.NotifyParentProperty(true)]
    [System.Web.UI.PersistenceMode(PersistenceMode.InnerProperty)]
    [WebSysDescription("TreeView_SelectedNodeStyle")]
    public System.Web.UI.WebControls.TreeNodeStyle SelectedNodeStyle {get;}
    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