Imports Microsoft.WindowsCE.Forms
.
.
.
Dim orientation As ScreenOrientation = _
SystemSettings.ScreenOrientation
Orientation will be:
- ScreenOrientation.Angle0
- ScreenOrientation.Angle90
- ScreenOrientation.Angle180
- ScreenOrientation.Angle270
If the Orientation changes while a form is being displayed, the Resize will be fired.
More Info can be found at: http://msdn2.microsoft.com/en-us/library/ms229671.aspx
No comments:
Post a Comment