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


In This Topic
    BackgroundImageType Property
    In This Topic
    Gets the background image that will be applied to the WinButton.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <NotifyParentPropertyAttribute(True)>
    Public ReadOnly Property BackgroundImageType As ButtonBackgroundImageType
    'Usage
     
    Dim instance As ButtonType
    Dim value As ButtonBackgroundImageType
     
    value = instance.BackgroundImageType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [NotifyParentProperty(true)]
    public ButtonBackgroundImageType BackgroundImageType {get;}

    Property Value

    A ButtonBackgroundImageType value representing the background image of the WinButton.
    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