Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / StartColumn Property


In This Topic
    StartColumn Property (SmartControl)
    In This Topic
    Gets or sets the starting column of the control.
    Syntax
    'Declaration
     
    
    Public Property StartColumn As Integer
    'Usage
     
    
    Dim instance As SmartControl
    Dim value As Integer
     
    instance.StartColumn = value
     
    value = instance.StartColumn
    public int StartColumn {get; set;}
    See Also