ScrollEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ScrollEventArgs クラスの新しいインスタンスを初期化します。
オーバーロード
ScrollEventArgs(ScrollEventType, Int32) |
ScrollEventArgs プロパティと Type プロパティに指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs(ScrollEventType, Int32, Int32) |
ScrollEventArgs、Type、および OldValue の各プロパティに指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
ScrollEventArgs、Type、および NewValue の各プロパティに指定された値を使用して、ScrollOrientation クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
ScrollEventArgs、Type、OldValue、および NewValue の各プロパティに指定された値を使用して、ScrollOrientation クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs(ScrollEventType, Int32)
ScrollEventArgs プロパティと Type プロパティに指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer)
パラメーター
- type
- ScrollEventType
ScrollEventType 値のいずれか 1 つ。
- newValue
- Int32
スクロール バーの新しい値。
こちらもご覧ください
適用対象
ScrollEventArgs(ScrollEventType, Int32, Int32)
ScrollEventArgs、Type、および OldValue の各プロパティに指定された値を使用して、NewValue クラスの新しいインスタンスを初期化します。
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer)
パラメーター
- type
- ScrollEventType
ScrollEventType 値のいずれか 1 つ。
- oldValue
- Int32
スクロール バーの古い値。
- newValue
- Int32
スクロール バーの新しい値。
こちらもご覧ください
適用対象
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)
ScrollEventArgs、Type、および NewValue の各プロパティに指定された値を使用して、ScrollOrientation クラスの新しいインスタンスを初期化します。
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer, scroll As ScrollOrientation)
パラメーター
- type
- ScrollEventType
ScrollEventType 値のいずれか 1 つ。
- newValue
- Int32
スクロール バーの新しい値。
- scroll
- ScrollOrientation
ScrollOrientation 値のいずれか 1 つ。
こちらもご覧ください
適用対象
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)
ScrollEventArgs、Type、OldValue、および NewValue の各プロパティに指定された値を使用して、ScrollOrientation クラスの新しいインスタンスを初期化します。
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer, scroll As ScrollOrientation)
パラメーター
- type
- ScrollEventType
ScrollEventType 値のいずれか 1 つ。
- oldValue
- Int32
スクロール バーの古い値。
- newValue
- Int32
スクロール バーの新しい値。
- scroll
- ScrollOrientation
ScrollOrientation 値のいずれか 1 つ。
こちらもご覧ください
適用対象
.NET