public FillDirection Direction {get;}
'Declaration Public ReadOnly Property Direction As FillDirection
'使用法 Dim instance As DragFillBlockCompletedEventArgs Dim value As FillDirection value = instance.Direction
private void fpSpread1DragFillBlockCompleted(object sender, FarPoint.Win.Spread.DragFillBlockCompletedEventArgs e) { MessageBox.Show(e.Direction.ToString()); }
Private Sub FpSpread1DragFillBlockCompleted(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.DragFillBlockCompletedEventArgs) Handles FpSpread1.DragFillBlockCompleted MessageBox.Show(e.Direction.ToString()) End Sub
DragFillBlockCompletedEventArgs クラス DragFillBlockCompletedEventArgs メンバ
© 2004-2015, GrapeCity inc. All rights reserved.