Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionBar Class / Image Property


In This Topic
    Image Property (NCaptionBar)
    In This Topic
    Gets or sets the image to be displayed by the caption bar.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the image to be displayed by the caption bar.")>
    Public Property Image As System.Drawing.Image
    'Usage
     
    
    Dim instance As NCaptionBar
    Dim value As System.Drawing.Image
     
    instance.Image = value
     
    value = instance.Image
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets or sets the image to be displayed by the caption bar.")]
    public System.Drawing.Image Image {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