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