PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfComboBox Class / IsSpellCheck Property

In This Topic
    IsSpellCheck Property (PdfComboBox)
    In This Topic
    Gets or sets a value indicating whether the current PdfTextFieldBase should be spell-checked.
    Syntax
    'Declaration
     
    
    Public Property IsSpellCheck As Boolean
    public bool IsSpellCheck {get; set;}
    See Also