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)

Usage

Dim dialog1 As Dialog

Dim returnValue As WdWordDialogTab
returnValue = dialog1.DefaultTab

Dim sampleValue As WdWordDialogTab
dialog1.DefaultTab = sampleValue

Syntax

Property DefaultTab() As WdWordDialogTab
WdWordDialogTab DefaultTab {get; set;}
property WdWordDialogTab^ DefaultTab{
    WdWordDialogTab^ get();
    Void set(WdWordDialogTab^);
}
public WdWordDialogTab get_DefaultTab();
public void set_DefaultTab(WdWordDialogTab);
function get DefaultTab() : WdWordDialogTab;
function set DefaultTab(WdWordDialogTab);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Dialog Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Dialog Members