バージョン

DrawArrowIndicator(ScrollButton,Rectangle,Size,UIElementButtonState,UIElementButtonStyle,UIElementButtonType,Boolean,Boolean) メソッド

スクロールボタン、ドロップダウンボタンなどに矢印を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawArrowIndicator( _
   ByVal direction As ScrollButton, _
   ByVal rect As Rectangle, _
   ByVal maxSize As Size, _
   ByVal buttonState As UIElementButtonState, _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal buttonType As UIElementButtonType, _
   ByVal baseOnSystemScrollBarSize As Boolean, _
   ByVal isMinMax As Boolean _
) 

パラメータ

direction
描画する矢印の方向。
rect
矢印を描画する領域。
maxSize
矢印を描画する最小サイズ。
buttonState
ボタンの状態。
buttonStyle
ボタンのスタイル。
buttonType
ボタンのタイプ。
baseOnSystemScrollBarSize
サイズをスクロールバーのサイズに制限する必要があるかどうかを示すブール値。
isMinMax
矢印の一番上に線を描画するかどうかを示すブール値 (つまり最初/最後または最小/最大を示すために)。
参照