'宣言 Public ReadOnly Property LabelSelection As System.Windows.Forms.ToolStripStatusLabel
public System.Windows.Forms.ToolStripStatusLabel LabelSelection {get;}
'宣言 Public ReadOnly Property LabelSelection As System.Windows.Forms.ToolStripStatusLabel
public System.Windows.Forms.ToolStripStatusLabel LabelSelection {get;}
デフォルトでは、ユーザーが FlexPivotGridまたは RawDataGridで 選択範囲を変更すると、このラベルのテキストが自動的に 更新されます。
この動作を変更してカスタムメッセージを表示するには、 ShowSelectionStatusプロパティを false に設定し、テキストを直接 LabelStatusコントロールに割り当てます。