The ID of the internal string to change: 0 for the default root name or 1 for the default nodes prefix.
The new text to apply.





In This Topic
GdPicture14 Namespace / BookmarksTree Class / SetDefaultText Method

SetDefaultText Method (BookmarksTree)

In This Topic
If the document do not contains outlines, the control will create a generic one. This method permits to change the default text used by the control in the produced outlines structure.
Syntax
'Declaration

 

Public Sub SetDefaultText( _

   ByVal StringID As Integer, _

   ByVal Text As String _

) 
public void SetDefaultText( 

   int StringID,

   string Text

)
public procedure SetDefaultText( 

    StringID: Integer;

    Text: String

); 
public function SetDefaultText( 

   StringID : int,

   Text : String

);
public: void SetDefaultText( 

   int StringID,

   string* Text

) 
public:

void SetDefaultText( 

   int StringID,

   String^ Text

) 

Parameters

StringID
The ID of the internal string to change: 0 for the default root name or 1 for the default nodes prefix.
Text
The new text to apply.
See Also