Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinScrollBar Class / BackgroundImage Property


In This Topic
    BackgroundImage Property (WinScrollBar)
    In This Topic
    Gets or sets the background image displayed in the scrollbar.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Overrides Property BackgroundImage As Image
    'Usage
     
    Dim instance As WinScrollBar
    Dim value As Image
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public override Image BackgroundImage {get; set;}

    Property Value

    An System.Drawing.Image that represents the image to display in the background of the scrollbar.
    Remarks

    Setting this property will throw a System.NotSupportedException.

    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