Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / NewName Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    NewName Method
    In This Topic
    Gets the New Name dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function NewName( _
       ByVal spread As FpSpread _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Form
     
    value = BuiltInDialogs.NewName(spread)
    public static Form NewName( 
       FpSpread spread
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.

    Return Value

    A System.Windows.Forms.Form object represents the New Name dialog.
    See Also