Search
ButtonBase.Text Property
See Also
 





Gets or sets the text display by the button.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public override string Text { get; set; }

Visual Basic  Copy Code

Public Overrides Property Text As String

 Property Value

 See Also