Spread for ASP.NET 12 Product Documentation
ButtonType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ButtonType Enumeration
Specifies how the buttons are displayed in the command bar of the Spread component.
Syntax
'Declaration
 
Public Enum ButtonType 
   Inherits System.Enum
'Usage
 
Dim instance As ButtonType
public enum ButtonType : System.Enum 
Members
MemberDescription
ImageButtonDisplays a button that displays an image (or icon) and responds to mouse clicks on the image
LinkButtonDisplays a button that looks like a hyperlink (with underlined text)
PushButtonDisplays a standard two-state command push button with text
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace