_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
- Option
Type: System.Int32
- State
Type: System.Boolean
- Persist
Type: System.Boolean