Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / Theme Property
Example


In This Topic
    Theme Property
    In This Topic
    Gets or sets the appearance theme of image buttons on the command bar and pager of a Spread component.
    Syntax
    'Declaration
     
    
    Public Property Theme As ImageButtonTheme
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As ImageButtonTheme
     
    instance.Theme = value
     
    value = instance.Theme
    public ImageButtonTheme Theme {get; set;}
    Remarks
    The settings do not apply to the pager if the mode is set to number. The ButtonType property must also be set to image button.
    Example
    This example sets a theme for the command bar and pager icons.
    See Also