[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TouchStripButton.-ctor

TouchStripButton Constructor

TouchStripButton()

Creates a TouchStripButton instance.

Declaration
public TouchStripButton()
Public Sub New()

TouchStripButton(string, Image)

Creates a TouchStripButton instance.

Declaration
public TouchStripButton(string text, Image image)
Public Sub New(text As String, image As Image)
Parameters
Type Name Description
string text

Indicates the button text.

Image image

Indicates the button image.