FarPoint.Win
FpButton Class
Members  See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : FpButton Class


Represents the FarPoint button control.

Syntax

Visual Basic (Declaration) 
Public Class FpButton 
   Inherits Control
   Implements ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As FpButton
C# 
public class FpButton : Control, ISerializeSupport  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            FarPoint.Win.FpButton
               FarPoint.Win.Spread.CellType.ColumnHeaderRenderer

See Also