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


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