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


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