GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree Class / SetDefaultText Method
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
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