« OPML to HTML via XSLT | DataGrid.ColAutoResize »

Programming (Atom)

Control.ModifierKeys

Posted by David Carroll

If (Control.ModifierKeys And Keys.Control) = Keys.Control Then
DoSomethingElse()
Else
DoSomethingDifferent()
End If

Comments