_Application.GetOptionFlag Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function GetOptionFlag ( _
Option As Integer, _
Persist As Boolean _
) As Boolean
'Usage
Dim instance As _Application
Dim Option As Integer
Dim Persist As Boolean
Dim returnValue As Boolean
returnValue = instance.GetOptionFlag(Option, _
Persist)
bool GetOptionFlag(
int Option,
bool Persist
)
Parameters
- Option
Type: System.Int32
- Persist
Type: System.Boolean
Return Value
Type: System.Boolean