バージョン

DrawXPStyleArrowIndicator メソッド

スクロールボタンやドロップダウンボタンなどにWindows XPスタイルの矢印を描画します。
シンタックス
'宣言
 
Public Sub DrawXPStyleArrowIndicator( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal direction As ScrollButton, _
   ByVal offset As Size, _
   ByVal color As Color _
) 
public void DrawXPStyleArrowIndicator( 
   Graphics g,
   Rectangle rect,
   ScrollButton direction,
   Size offset,
   Color color
)

パラメータ

g
矢印の描画に使用するグラフィックオブジェクト。
rect
矢印が中央に配置される四角形。
direction
スクロール矢印の向き。
offset
矢印インジケーターの配置のオフセット量。
color
矢印の描画に使用する色。
解説

注: 「direction」パラメーターでは、値 MinMax はサポートされていません。

参照