Share via


MailMergeWizardStateChangeEventArgs.ToState Property (2007 System)

Gets an integer indicating the Mail Merge wizard step to which a user is moving.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property ToState As Integer
'Usage
Dim instance As MailMergeWizardStateChangeEventArgs 
Dim value As Integer 

value = instance.ToState
public int ToState { get; }
public:
property int ToState {
    int get ();
}
public function get ToState () : int

Property Value

Type: System.Int32
The Mail Merge wizard step to which a user is moving.

.NET Framework Security

See Also

Reference

MailMergeWizardStateChangeEventArgs Class

MailMergeWizardStateChangeEventArgs Members

Microsoft.Office.Tools.Word Namespace