RTextView.GetStyle


public function GetStyle

Prototype:

public function GetStyle(szStylename);

Parameters

szStylename
a string naming the style. The style is the one created by the CreateStyle function.

Description:

Gets the RTextTag object with which the style name is linked. This is useful for customizing styles.

Return value:

Returns 0 if szStylename is invalid, or an instance to RTextTag for customizing style.