Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Collapse imageSyntax

C#
public Label ProgressLabel { get; }
Visual Basic
Public ReadOnly Property ProgressLabel As Label
	Get
Visual C++
public:
property Label^ ProgressLabel {
	Label^ get ();
}

Collapse imageSee Also