Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / StartColumn Property


In This Topic
StartColumn Property (ISmartControl)
In This Topic
Gets or sets the starting column of the SmartUx control.
Syntax
'Declaration
 
Property StartColumn As Integer
 
'Usage
 
Dim instance As ISmartControl
Dim value As Integer
 
instance.StartColumn = value
 
value = instance.StartColumn
See Also