'Declaration Public ReadOnly Property Alt As Boolean
'Usage Dim instance As DialogKeyEventArgs Dim value As Boolean value = instance.Alt
public bool Alt {get;}
'Declaration Public ReadOnly Property Alt As Boolean
'Usage Dim instance As DialogKeyEventArgs Dim value As Boolean value = instance.Alt
public bool Alt {get;}
private void fpSpread1_DialogKey(object sender, FarPoint.Win.Spread.DialogKeyEventArgs e) { listBox1.Items.Add(e.Alt); }
Private Sub fpSpread1_DialogKey(sender As Object, e As FarPoint.Win.Spread.DialogKeyEventArgs) Handles fpSpread1.DialogKey ListBox1.Items.Add(e.Alt) End Sub