Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindow Class / Image Property


In This Topic
    Image Property
    In This Topic
    Gets or sets the image displayed in the ToolWindow's tab.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The image displayed in the ToolWindow's tab.")>
    <CategoryAttribute("Appearance")>
    Public Property Image As Image
    'Usage
     
    Dim instance As ToolWindow
    Dim value As Image
     
    instance.Image = value
     
    value = instance.Image
    [Description("The image displayed in the ToolWindow's tab.")]
    [Category("Appearance")]
    public Image Image {get; set;}

    Property Value

    An Image representing the image displayed in the ToolWindow's tab. By default, DefaultImage.
    Remarks

    Ideally, each ToolWindow should have a 16 x 16 image in order for its associated tab to have a proper appearance.

    To reset the value of the Image property to its default value, DefaultImage, the ResetImage method must be called.

    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