Share via


_Application.SetOptionFlag Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub SetOptionFlag ( _
    Option As Integer, _
    State As Boolean, _
    Persist As Boolean _
)
'Usage
Dim instance As _Application
Dim Option As Integer
Dim State As Boolean
Dim Persist As Boolean

instance.SetOptionFlag(Option, State, _
    Persist)
void SetOptionFlag(
    int Option,
    bool State,
    bool Persist
)

Parameters

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.PowerPoint Namespace