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