_Application.CustomizationContext Property

Returns or sets a Template or Document object that represents the template or document in which changes to menu bars, toolbars, and key bindings are stored.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property CustomizationContext As Object
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Object

value = instance.CustomizationContext

instance.CustomizationContext = value
Object CustomizationContext { get; set; }

Property Value

Type: System.Object

Remarks

Corresponds to the value of the Save in box on the Commands tab in the Customize dialog box (Tools menu).

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace