|
ImageBoxSetTitle Method
|
Sets the window title of the data grid box.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax public ImageBox SetTitle(
string text
)
Public Function SetTitle (
text As String
) As ImageBox
Request Example
View SourceParameters
- text
- Type: SystemString
The desired title text for the window.
Return Value
Type:
ImageBoxThis instance, for fluent programming.
See Also