Provides access to members that work with a dialog for getting a number.
Product Availability
Available with ArcGIS Desktop.
Members
CoClasses that implement INumberDialog
CoClasses and Classes | Description |
---|---|
NumberDialog | A dialog used for getting a number. |
Remarks
The number dialog is a dialog used for getting user input in the form of a number.
To get access to the INumberDialog interface you would create a new NumberDialog object.
[C#]
The following code shows how to get a reference to INumberDialog interface.
INumberDialog numberDlg = new NumberDialogClass();
[Visual Basic .NET]
The following code shows how to get a reference to INumberDialog interface.
Dim numberDlg As INumberDialog = New NumberDialogClass