Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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