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.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Public Overridable Sub ColorSchemeChanged ( _
param0 As SlideRange _
)
'Usage
Dim instance As EApplication_SinkHelper
Dim param0 As SlideRange
instance.ColorSchemeChanged(param0)
public virtual void ColorSchemeChanged(
SlideRange param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.PowerPoint.SlideRange
Implements
EApplication.ColorSchemeChanged(SlideRange)