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