ImageGear .NET v24.12 - Updated
ImGearARTRTFToolBar Constructor(ImGearPageView,ImGearARTRichTextControl)




ImageGear24.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.
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

Reference

ImGearARTRTFToolBar Class
ImGearARTRTFToolBar Members
Overload List
ImGearPageView Class
ImGearARTRichTextControl Class