FarPoint.Win
ResetMarginBottom Method
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : ResetMarginBottom Method


Resets the margin between the bottom of the element and its contents to the default value.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ResetMarginBottom() 
Visual Basic (Usage)Copy Code
Dim instance As ElementWindowless
 
instance.ResetMarginBottom()
C# 
protected virtual void ResetMarginBottom()

Remarks

Use this method to reset the MarginBottom property to its default value.

See Also