FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > AnnotationModeEventArgs クラス : DrawingSurface プロパティ |
'Declaration Public ReadOnly Property DrawingSurface As Control
'使用法 Dim instance As AnnotationModeEventArgs Dim value As Control value = instance.DrawingSurface
public Control DrawingSurface {get;}
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