FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.DrawingSpace 名前空間 > ExclamationBalloonShape クラス > ExclamationBalloonShape コンストラクタ : ExclamationBalloonShape コンストラクタ(SerializationInfo,StreamingContext) |
'Declaration Public Function New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ )
'使用法 Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New ExclamationBalloonShape(info, context)
public ExclamationBalloonShape( SerializationInfo info, StreamingContext context )
FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape eb = new FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape(fpSpread1, true); eb.BackColor = Color.Red; eb.CanSize = FarPoint.Win.Spread.DrawingSpace.Sizing.HeightAndWidth; eb.CanMove = FarPoint.Win.Spread.DrawingSpace.Moving.HorizontalAndVertical; eb.Anchor = 40; eb.SetBounds(25, 25, 50, 50); fpSpread1.ActiveSheet.AddShape(eb);
Dim eb As New FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape(FpSpread1, True) eb.BackColor = Color.Red eb.CanSize = FarPoint.Win.Spread.DrawingSpace.Sizing.HeightAndWidth eb.CanMove = FarPoint.Win.Spread.DrawingSpace.Moving.HorizontalAndVertical eb.Anchor = 40 eb.SetBounds(25, 25, 50, 50) FpSpread1.ActiveSheet.AddShape(eb)