MESCIUS SPREAD for Windows Forms 15.0J
DrawingSurface プロパティ
使用例 

描画表面コントロールを取得します。
構文
'宣言
 
Public ReadOnly Property DrawingSurface As Control
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 メンバ

 

 


© MESCIUS inc. All rights reserved.