'Declaration
Public Function New( _ ByVal style As Ime.ImeCandidateListStyle, _ ByVal candidates() As String _ )
public Ime.ImeCandidateList( Ime.ImeCandidateListStyle style, string[] candidates )
Parameters
- style
- An Ime.ImeCandidateListStyle indicates the style.
- candidates
- A string array indicates the candidates.