MessageBoxIHandlerCaption Property |
Gets or sets the caption for the title bar or heading of the message box.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax string Caption { get; set; }
Property Caption As String
Get
Set
abstract Caption : string with get, set
Property Value
Type:
StringThe caption.
See Also