Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBox Class / IsOperatorEmulator Property

In This Topic
    IsOperatorEmulator Property
    In This Topic
    Gets or sets whether the box structure and its contents behave as a single operator and inherit the properties of an Unicode operator character. Operator emulators are often used when one or more glyphs combine to form an operator, such as ==.

    Default value is false.

    Syntax
    'Declaration
     
    Public Property IsOperatorEmulator As System.Boolean
    public System.bool IsOperatorEmulator {get; set;}
    See Also