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 경우에 노출되며 최종 사용자가 클릭한 스크롤 막대 단추의 유형을 확인하는 데 사용할 수 있습니다.

적용 대상