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
Public Overridable Function GetOptionFlag ( _
Option As Integer, _
Persist As Boolean _
) As Boolean
'Usage
Dim instance As ApplicationClass
Dim Option As Integer
Dim Persist As Boolean
Dim returnValue As Boolean
returnValue = instance.GetOptionFlag(Option, _
Persist)
public virtual bool GetOptionFlag(
int Option,
bool Persist
)
Parameters
- Option
Type: System.Int32
- Persist
Type: System.Boolean
Return Value
Type: System.Boolean
Implements
_Application.GetOptionFlag(Int32, Boolean)