FlexPivot for WinForms
LabelStatus プロパティ (FlexPivotPage)
使用例 

C1.Win.FlexPivot.4.5.2 アセンブリ > C1.Win.FlexPivot 名前空間 > FlexPivotPage クラス : LabelStatus プロパティ
Gets the System.Windows.Forms.ToolStripStatusLabel that appears on the left of the status strip docked to the bottom of the page.
シンタックス
'宣言
 
Public ReadOnly Property LabelStatus As System.Windows.Forms.ToolStripStatusLabel
public System.Windows.Forms.ToolStripStatusLabel LabelStatus {get;}
使用例
The code below implements a simple method to show a status message on the bottom of a FlexPivotPage called _c1FlexPivotPage.
// show status message
void ShowStatus(string msg)
{
  _c1FlexPivotPage.LabelStatus.Text = msg;
}
参照

FlexPivotPage クラス
FlexPivotPage メンバ