Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFormattingDialog Interface / BindData Method
The object providing data for the dialog.

In This Topic
    BindData Method (IFormattingDialog)
    In This Topic
    Sets values related to the text format options to the dialog fields.
    Syntax
    'Declaration
     
    Sub BindData( _
       ByVal support As FormattingSupport _
    ) 
    void BindData( 
       FormattingSupport support
    )

    Parameters

    support
    The object providing data for the dialog.
    See Also