[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Editors.ReadingStringOutput

ReadingStringOutput Struct

A class is used to control the output behavior of the reading string.

Namespace: C1.Win.Input.GrapeCity.Editors
Assembly: C1.Win.Input.8.dll
Syntax
[TypeConverter(typeof(gx))]
public struct ReadingStringOutput

Constructors

Name Description
ReadingStringOutput(object, ReadingStringOutputMode)

Initializes a new instance of the ReadingStringOutput class.

ReadingStringOutput(object, ReadingStringOutputMode, bool)

Initializes a new instance of the ReadingStringOutput class.

Properties

Name Description
EnableAlphabetReadingMapping

Gets or sets whether or not enable converting alphabets to its reading.

None

Gets a empty output.

OutputMode

Gets or sets the output mode.

Target

Gets or sets an object used to receieve the output string.

TargetControl

Gets or sets a control used to receive the output.

Methods

Name Description
Equals(object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Gets the hash code of this object.

Operators

Name Description
operator ==(ReadingStringOutput, ReadingStringOutput)

Declares the "==" operator.

operator !=(ReadingStringOutput, ReadingStringOutput)

Declares the "!=" operator.