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


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