Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / IsAutoCorrectPreferred Method


In This Topic
    IsAutoCorrectPreferred Method (Camera)
    In This Topic
    Gets a boolean value indicating whether the external variable prefer correct expression automatically.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function IsAutoCorrectPreferred() As Boolean
    'Usage
     
    
    Dim instance As Camera
    Dim value As Boolean
     
    value = instance.IsAutoCorrectPreferred()
    protected override bool IsAutoCorrectPreferred()

    Return Value

    true if all expression are corrected automatically; otherwise, false.
    See Also