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.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <EditorAttribute("Xceed.Editors.Design.ButtonTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,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.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [Editor("Xceed.Editors.Design.ButtonTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    public class ButtonType 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.ButtonType

    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