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


In This Topic
    ButtonType Class
    In This Topic
    Represents the appearance of the WinButton control.
    Syntax
    'Declaration
     
    <TypeConverterAttribute("Xceed.Editors.Design.ButtonTypeConverter,Xceed.Editors.v2.6.Design,Version=2.6.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <EditorAttribute("Xceed.Editors.Design.ButtonTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
    Public Class ButtonType 
    'Usage
     
    Dim instance As ButtonType
    [TypeConverter("Xceed.Editors.Design.ButtonTypeConverter,Xceed.Editors.v2.6.Design,Version=2.6.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [Editor("Xceed.Editors.Design.ButtonTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    public class ButtonType 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.ButtonType

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ButtonType class specifying the background (ButtonBackgroundImageType) and foreground (ButtonImageType) images.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the background image that will be applied to the WinButton.  
    Public PropertyGets the image that will be applied to the WinButton  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to the current ButtonType  
    Public MethodReturns a hashcode for the current ButtonType.  
    Top
    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