Skip to content

M_Ekstrand_Windows_Forms_GroupBox_ToString

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

GroupBox.ToString Method

Returns a String containing the name of the Component, if any.This method should not be overridden.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public override string ToString()

VB

Public Overrides Function ToString As String

C++

public:
virtual String^ ToString() override

F#

abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
Return the text representation of the control

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally