TBButton.Constructor

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Method
TBButton.Constructor ( Caption As String, Name As String = "", HelpTag As String = "", Icon As Picture = Nil, SmallIcon As Picture = Nil, Enabled As Boolean = True, Visible As Boolean = True, Align As Integer = AlignLeft )


The default Constructor for the TBButton. If the Name is an empty string then the Name takes the value of the Caption.