Hi, I have been looking for a document, website or list that shows all the commands, controls, properties, etc of all WPF Methods, Objects or types.
I realize I can just write some WPF code and see what elements are associated with a specific class or object... But it would be really nice to have a resource to goto for insights into what can be done with a command.
I.E. --
Grid.ActualHeightProperty.AddOwner --- ETC.
Is this making sense? Is there anyway on the net or here that has this kind of document?
------------------------------------------------------------------
I found what I have been looking for... I needed to find the Properties of Window Controls and their Methods, Classes, Namespaces, Events, ETC...
Here is the link I found on Microsoft's MSDN Library like Mahesh suggested... Thanks, Mahesh!
http://msdn.microsoft.com/en-us/library/ms590941.aspx
Hope this helps others,
Dennis
------------------------------------------------------------------
Thanks
Loading
Dennis TriplettPosted Feb 27, 2011, 2:56 PM
------------------------------------------------------------------
I found what I have been looking for... I needed to find the Properties of Window Controls and their Methods, Classes, Namespaces, Events, ETC...
Here is the link I found on Microsoft's MSDN Library like Mahesh suggested... Thanks, Mahesh!
http://msdn.microsoft.com/en-us/library/ms590941.aspx
Hope this helps others,
------------------------------------------------------------------
Dennis TriplettPosted Feb 25, 2011, 10:40 PM
I guess I'll have to just wade through code and learn through osmosis.
Thanks again,
Mahesh ChandPosted Feb 25, 2011, 8:40 PM
Mahesh ChandPosted Feb 25, 2011, 8:39 PM
Check out this section and look for WPF Controls.
http://www.c-sharpcorner.com/Beginners/
You should see most of the functionality for each control.
Good luck!
Dennis TriplettPosted Feb 25, 2011, 6:56 PM
I may need to apologize for this question since I may be too much of a newbie to WPF to realize this will come with time or... I am someone who just doesn't get it.
The absence of a response to my queston may be because I'm a dork and do not know enough to see that this is a stupid question... or no-one knows where to find the answer to my first post.
If this is a silly question, please forgive my ignorance.
Is there a document some where I can read up on the commands, methods, dependancies, processes and other parameters to WPF commands?
Thanks again,