Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ImageButtonTheme Enumeration
Example Example


In This Topic
    ImageButtonTheme Enumeration
    In This Topic
    Specifies appearance style for the image button in the Spread component.
    Syntax
    'Declaration
     
    
    Public Enum ImageButtonTheme 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImageButtonTheme
    public enum ImageButtonTheme : System.Enum 
    Members
    MemberDescription
    ClassicSets the Classic theme to image buttons.
    NotSetDoes not set the theme to image buttons.
    Office2007Sets the Office2007 theme to image buttons.
    Office2016Sets the Office2016 theme to image buttons.
    VistaSets the Vista theme to image buttons.
    XpSets the Xp theme to image buttons.
    Example
    This example sets a theme for the command bar and pager icons.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.ImageButtonTheme

    See Also