次の方法で共有


ScrollableControl.GetScrollState メソッド

指定したフラグが設定されているかどうかを判断します。

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

構文

'宣言
Protected Function GetScrollState ( _
    bit As Integer _
) As Boolean
'使用
Dim bit As Integer
Dim returnValue As Boolean

returnValue = Me.GetScrollState(bit)
protected bool GetScrollState (
    int bit
)
protected:
bool GetScrollState (
    int bit
)
protected boolean GetScrollState (
    int bit
)
protected function GetScrollState (
    bit : int
) : boolean

パラメータ

  • bit
    確認対象のフラグ。

戻り値

指定したフラグが設定されている場合は true。それ以外の場合は false

解説

ScrollableControl コントロールで使用されるフラグを次の表に示します。

説明

ScrollStateAutoScrolling

AutoScroll プロパティが true に設定されているかどうかを取得するために使用するマスク。

ScrollStateHScrollVisible

HScroll プロパティが true に設定されているかどうかを取得するために使用するマスク。

ScrollStateVScrollVisible

VScroll プロパティが true に設定されているかどうかを取得するために使用するマスク。

ScrollStateUserHasScrolled

ユーザーが ScrollableControl をスクロールしたかどうかを取得するために使用するマスク。

ScrollStateFullDrag

ユーザーがウィンドウ全体のドラッグ アンド ドロップ操作を有効にしているかどうかを取得するために使用するマスク。

プラットフォーム

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

参照

関連項目

ScrollableControl クラス
ScrollableControl メンバ
System.Windows.Forms 名前空間
SetScrollState
AutoScroll
HScroll
VScroll