FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ButtonType Enumeration |
'Declaration Public Enum ButtonType Inherits System.Enum
'Usage Dim instance As ButtonType
public enum ButtonType : System.Enum
Member | Description |
---|---|
ImageButton | Displays a button that displays an image (or icon) and responds to mouse clicks on the image |
LinkButton | Displays a button that looks like a hyperlink (with underlined text) |
PushButton | Displays a standard two-state command push button with text |
Use these settings with the ButtonType property to determine the display of buttons.
For more information about customizing the command bar and the buttons in the command bar, refer to Customizing the Command Bar.
FpSpread1.ActiveSheetView.Cells[0,0].CellType=new FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.LinkButton,"http://www.fpoint.com"); FpSpread1.ActiveSheetView.Cells[1,0].CellType=new FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.PushButton,"Push"); FpSpread1.ActiveSheetView.Cells[2,0].CellType=new FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.ImageButton,"img/edit-e.jpg");
FpSpread1.ActiveSheetView.Cells(0,0).CellType=New FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.LinkButton,"http://www.fpoint.com") FpSpread1.ActiveSheetView.Cells(1,0).CellType=New FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.PushButton,"Push") FpSpread1.ActiveSheetView.Cells(2,0).CellType=New FarPoint.Web.Spread.ButtonCellType("MyCommand",FarPoint.Web.Spread.ButtonType.ImageButton,"img/edit-e.jpg")
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ButtonType
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional
FarPoint.Web.Spread Namespace
ButtonType Property
ButtonType Property
ButtonType Property