User interface documentation?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any documentation on what user interface elements dot.net supports.
I'm not interested in any implementation details, only what controls there
are and what they can do regarding a user interface. For instance the Data
Grid, what does it allow me to do regarding selecting rows, can I navigate
with the cursor keys or the page/up/down keys, can I highlight a row with a
different color background. Can command buttons appear/disappear when rows
are selected, etc. etc. So far all the books I've read concentrate on how to
load these controls interact with data not how these contriols work in a user
interface. Thanks.
 
Hello mscertified,

See there http://msdn.microsoft.com/library/d...en-us/vbcon/html/vboricontrolsforwinforms.asp

But take into account that each control is extendable, your can create your
own control with any functionality

m> dot.net supports. I'm not interested in any implementation details,
m> only what controls there are and what they can do regarding a user
m> interface. For instance the Data Grid, what does it allow me to do
m> regarding selecting rows, can I navigate with the cursor keys or the
m> page/up/down keys, can I highlight a row with a different color
m> background. Can command buttons appear/disappear when rows are
m> selected, etc. etc. So far all the books I've read concentrate on how
m> to load these controls interact with data not how these contriols
m> work in a user interface. Thanks.
m>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top