MESCIUS SPREAD for Windows Forms 17.0J
GetHorizontalScrollBarRectangle メソッド (FpSpread)

ビューポート列インデックス
水平スクロール バーの矩形を取得します。
構文
'Declaration
 
Public Function GetHorizontalScrollBarRectangle( _
   ByVal columnViewportIndex As Integer _
) As Rectangle
public Rectangle GetHorizontalScrollBarRectangle( 
   int columnViewportIndex
)

パラメータ

columnViewportIndex
ビューポート列インデックス

戻り値の型

水平スクロール バーの矩形のサイズと位置を含む Rectangle オブジェクト
次のサンプルコードは、GetHorizontalScrollBarRectangleメソッドを使用します。
listBox1.Items.Add(fpSpread1.GetHorizontalScrollBarRectangle(0).ToString());
ListBox1.Items.Add(FpSpread1.GetHorizontalScrollBarRectangle(0).ToString())
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

スクロールバー

 

 


© MESCIUS inc. All rights reserved.