FastColoredTextBox.IsCJKLetter Method

T3000 CrossPlatform

FastColoredTextBoxIsCJKLetter Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.IsCJKLetter(System.Char)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static bool IsCJKLetter(
	char c
)
Public Shared Function IsCJKLetter ( 
	c As Char
) As Boolean

Dim c As Char
Dim returnValue As Boolean

returnValue = FastColoredTextBox.IsCJKLetter(c)

Parameters

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.IsCJKLetter(System.Char)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.IsCJKLetter(System.Char)"]

See Also