Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public Label ProgressLabel { get; } |
Visual Basic |
---|
Public ReadOnly Property ProgressLabel As Label
Get |
Visual C++ |
---|
public:
property Label^ ProgressLabel {
Label^ get ();
} |
See Also