I wonder how that can be? I have specified 3 commands in the html and the live DOM browser shows 3 buttons generated. Yet, in JS the appbar.commands property is undefined.
Any ideas?
Hi Phil,
AppBar does not have a commands property:
http://msdn.microsoft.com/en-us/library/windows/apps/br229670.aspx
You can access any of the elements in the DOM however.
-Jeff
According to the documentation, the AppBar does in fact have a commands property:
http://msdn.microsoft.com/en-us/library/windows/apps/hh700535.aspx
It seems to behave as a write only property.
- Don