Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNode Class / IndicatorImage Property


In This Topic
    IndicatorImage Property
    In This Topic
    Gets/sets the custom image to be displayed on the corresponding indicator.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the custom image to be displayed on the corresponding indicator.")>
    Public Property IndicatorImage As System.Drawing.Image
    'Usage
     
    
    Dim instance As NTreeNode
    Dim value As System.Drawing.Image
     
    instance.IndicatorImage = value
     
    value = instance.IndicatorImage
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the custom image to be displayed on the corresponding indicator.")]
    public System.Drawing.Image IndicatorImage {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