ScrollBarEventArgs.ButtonType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者按下之捲軸按鈕的類型。
public:
property System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType ButtonType { System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType get(); };
public System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType ButtonType { get; }
member this.ButtonType : System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType
Public ReadOnly Property ButtonType As ScrollBarButtonType
屬性值
ScrollBarButtonType 列舉值,表示使用者按下之捲軸按鈕的類型。
備註
這個屬性會在根 Chart 物件的事件中 AxisScrollBarClicked 公開,而且可用來判斷使用者按一下的捲軸按鈕類型。