public ToolStripStatusLabel StatusLabel { get; set; }
Public Property StatusLabel As ToolStripStatusLabel
Get
Set
public:
property ToolStripStatusLabel^ StatusLabel {
ToolStripStatusLabel^ get ();
void set (ToolStripStatusLabel^ value);
}
member StatusLabel : ToolStripStatusLabel with get, set