ActionsPane.CreateGraphics Method

Creates the Graphics for the actions pane control.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function CreateGraphics As Graphics
Graphics CreateGraphics()

Return Value

Type: System.Drawing.Graphics
The Graphics for the actions pane control.

Remarks

This method provides the same functionality as the Control.CreateGraphics method. For more information about using this method, see Control.CreateGraphics.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview