PowerTools SPREAD for Windows Forms 8.0J
DrawingSurface プロパティ


描画表面コントロールを取得します。
構文
'Declaration
 
Public ReadOnly Property DrawingSurface As Control
'使用法
 
Dim instance As AnnotationModeEventArgs
Dim value As Control
 
value = instance.DrawingSurface
public Control DrawingSurface {get;}

プロパティ値

描画表面コントロールを含む Control オブジェクト
次のサンプル コードは、テキストが見つかったシートのインデックスを返します。
private void fpSpread1AnnotationModeStarting(object sender, FarPoint.Win.Spread.AnnotationModeEventArgs e) 
{ 
     e.DrawingSurface.BackColor = Color.Cornsilk; 
}
Private Sub FpSpread1AnnotationModeStarting(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.AnnotationModeEventArgs)
    e.DrawingSurface.BackColor = Color.Cornsilk
End Sub
参照

AnnotationModeEventArgs クラス
AnnotationModeEventArgs メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.