This method sets the text in the selected object.

[Visual Basic] Public Function SetSelectedObjectText(setText As String) As Boolean
[C#]public bool SetSelectedObjectText(string setText);

Parameters

setText

A value of type string representing the contents of the Text object.

Return Value

Returns True if successful, otherwise returns False.

Explanation

This method sets the text in the selected object.

Executing this method is the same as selecting an object, right clicking the object to display the context menu, selecting "Properties" and then setting the contents of the "Text" textbox.

This method returns False if no object is selected or if the selected object is not the Text object.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation