FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > DialogKeyEventArgs クラス : Control プロパティ |
'Declaration
Public ReadOnly Property Control As Boolean
'使用法
Dim instance As DialogKeyEventArgs Dim value As Boolean value = instance.Control
public bool Control {get;}
private void fpSpread1_DialogKey(object sender, FarPoint.Win.Spread.DialogKeyEventArgs e) { listBox1.Items.Add(e.Control); }
Private Sub FpSpread1_DialogKey(sender As Object, e As FarPoint.Win.Spread.DialogKeyEventArgs) Handles FpSpread1.DialogKey ListBox1.Items.Add(e.Control) End Sub