This topic has not yet been rated - Rate this topic

DialogID Property

Visual Studio .NET 2003

Retrieves the ID of the dialog box class represented by the parent object.

[Visual Basic .NET]
Public ReadOnly Property DialogID() As String
[Visual Basic 6]
Property Get DialogID() As String
[C++]
HRESULT __stdcall get_DialogID(
   /* [out, retval] */ BSTR* retVal
);
[C#]
public string DialogID {get;}
[JScript .NET]
public function get DialogID() : String

Example

For an example of usage, see the VCDialogExtender object overview.

See Also

Applies To: VCDialogExtender Object

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.