Dialog.DefaultTab Property
Returns or sets the active tab when the specified dialog box is displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultTab As WdWordDialogTab
Get
Set
'Usage
Dim instance As Dialog
Dim value As WdWordDialogTab
value = instance.DefaultTab
instance.DefaultTab = value
WdWordDialogTab DefaultTab { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdWordDialogTab