FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > AnnotationModeEventArgs クラス : DrawingSurface プロパティ |
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