Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / GetBottomMarging Method


In This Topic
    GetBottomMarging Method (FpCombo)
    In This Topic
    Use internal only
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetBottomMarging( _
       ByVal gdiHeight As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As FpCombo
    Dim gdiHeight As Integer
    Dim value As Integer
     
    value = instance.GetBottomMarging(gdiHeight)
    protected virtual int GetBottomMarging( 
       int gdiHeight
    )

    Parameters

    gdiHeight
    See Also