ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTRTFToolBar Class / ImGearARTRTFToolBar Constructor / ImGearARTRTFToolBar Constructor(ImGearPageView,ImGearARTRichTextControl)
Reference to the page view control.
Reference to RTF annotation object to edit.




In This Topic
    ImGearARTRTFToolBar Constructor(ImGearPageView,ImGearARTRichTextControl)
    In This Topic
    This constructor has been deprecated. Initializes a new instance of the ImGearARTRTFToolBar class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageView As ImGearPageView, _
       ByVal control As ImGearARTRichTextControl _
    )
    'Usage
     
    Dim pageView As ImGearPageView
    Dim control As ImGearARTRichTextControl
     
    Dim instance As New ImGearARTRTFToolBar(pageView, control)
    public ImGearARTRTFToolBar( 
       ImGearPageView pageView,
       ImGearARTRichTextControl control
    )
    public: ImGearARTRTFToolBar( 
       ImGearPageView* pageView,
       ImGearARTRichTextControl* control
    )
    public:
    ImGearARTRTFToolBar( 
       ImGearPageView^ pageView,
       ImGearARTRichTextControl^ control
    )

    Parameters

    pageView
    Reference to the page view control.
    control
    Reference to RTF annotation object to edit.
    Remarks

    NOTE:

    This ImGearARTRTFToolBar constructor is deprecated and will be removed from the public API in the next release. Please use ImGearARTRTFToolBar constructor instead.

    See Also