ScrollButton 列挙体

スクロール バーに描画するスクロール バーの矢印ボタンの種類を指定します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

構文

'宣言
Public Enumeration ScrollButton
'使用
Dim instance As ScrollButton
public enum ScrollButton
public enum class ScrollButton
public enum ScrollButton
public enum ScrollButton

メンバ

  メンバ名 説明
Down スクロール バーの下向きの矢印ボタン。 
Left スクロール バーの左向きの矢印ボタン。 
Max スクロール バーの最大値を示す矢印ボタン。 
Min スクロール バーの最小値を示す矢印ボタン。 
Right スクロール バーの右向きの矢印ボタン。 
Up スクロール バーの上向きの矢印ボタン。 

解説

この列挙体は、ControlPaint.DrawScrollButton で使用されます。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

System.Windows.Forms 名前空間
ScrollBar クラス
ControlPaint クラス