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


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

    Property Value

    A ButtonImageType value representing the WinButton's (foreground) image.
    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