Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / FormatControl Method / FormatControl(FpSpread,IShape) Method
The FarPoint.Win.Spread.FpSpread owner.
The shape owner of the form control to change settings.


In This Topic
    FormatControl(FpSpread,IShape) Method
    In This Topic
    Shows the format control dialog.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub FormatControl( _
       ByVal spread As FpSpread, _
       ByVal shape As IShape _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
    Dim shape As IShape
     
    BuiltInDialogs.FormatControl(spread, shape)
    public static void FormatControl( 
       FpSpread spread,
       IShape shape
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    shape
    The shape owner of the form control to change settings.
    See Also