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


Resets the vertical alignment of the element to the default value.

Syntax

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

Remarks

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

See Also