ScrollBarEventArgs.ButtonType 속성

정의

최종 사용자가 클릭한 스크롤 막대 단추의 종류를 가져옵니다.

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 열거형 값입니다.

설명

이 속성에서 노출 되는 AxisScrollBarClicked 루트의 이벤트 Chart 개체를 최종 사용자가 클릭 한 스크롤 막대 단추의 종류를 확인 하기 위해 사용할 수 있습니다.

적용 대상