public static Nullable<bool> ShowDialog( string id, string defaultPageID, params object[] parameters )
Public Overloads Shared Function ShowDialog( _ ByVal id As String, _ Optional ByVal defaultPageID As String, _ ByVal ParamArray parameters() As Object _ ) As Nullable(Of Boolean)
Parameters
- id
- The DAML property sheet identifier.
- defaultPageID
- Optionally, the DAML identifier of the page to start on.
- parameters
- Any data that should be made available to the pages.
Return Value
A Nullable<T> value of type Boolean that specifies whether the activity was accepted (true) or
canceled (false). The return value is the value of the DialogResult property before a window closes.