'Declaration Public ReadOnly Property LabelStatus As ToolStripStatusLabel
public ToolStripStatusLabel LabelStatus {get;}
'Declaration Public ReadOnly Property LabelStatus As ToolStripStatusLabel
public ToolStripStatusLabel LabelStatus {get;}
// show status message void ShowStatus(string msg) { _c1FlexPivotPage.LabelStatus.Text = msg; }