Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ResetMarginLeft Method


In This Topic
    ResetMarginLeft Method (ElementWindowless)
    In This Topic
    Resets the margin between the left side of the element and its contents to the default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResetMarginLeft() 
    'Usage
     
    
    Dim instance As ElementWindowless
     
    instance.ResetMarginLeft()
    protected virtual void ResetMarginLeft()
    See Also