Dialog.DefaultTab Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the active tab when the specified dialog box is displayed.
public:
property Microsoft::Office::Interop::Word::WdWordDialogTab DefaultTab { Microsoft::Office::Interop::Word::WdWordDialogTab get(); void set(Microsoft::Office::Interop::Word::WdWordDialogTab value); };
public Microsoft.Office.Interop.Word.WdWordDialogTab DefaultTab { get; set; }
member this.DefaultTab : Microsoft.Office.Interop.Word.WdWordDialogTab with get, set
Public Property DefaultTab As WdWordDialogTab