FlexPivot for WinForms
LabelSelection プロパティ (FlexPivotPage)

C1.Win.FlexPivot.4.5.2 アセンブリ > C1.Win.FlexPivot 名前空間 > FlexPivotPage クラス : LabelSelection プロパティ
Gets the System.Windows.Forms.ToolStripStatusLabel that appears on the right of the status strip docked to the bottom of the page.
シンタックス
'宣言
 
Public ReadOnly Property LabelSelection As System.Windows.Forms.ToolStripStatusLabel
public System.Windows.Forms.ToolStripStatusLabel LabelSelection {get;}
解説

By default, the text in this label is updated automatically when the uses changes the selection on the FlexPivotPage.FlexPivotGrid or the FlexPivotPage.RawDataGrid.

To change this behavior and show custom messages, set the FlexPivotPage.ShowSelectionStatus property to false and assign the text directly to the FlexPivotPage.LabelStatus control.

参照

FlexPivotPage クラス
FlexPivotPage メンバ