Columns (Read Only) |
Top Previous Next |
Indicates the number of columns in the presentation space.
VB.NET
[Integer =] Screen.Columns
C#
[int =] Screen.Columns;
Remarks
This property returns an integer representing the number of columns on the current host Screen.
|