VCDialogExtender.DialogID Property

Definition

Gets the ID of the dialog box class represented by the object.

public:
 property System::String ^ DialogID { System::String ^ get(); };
public:
 property Platform::String ^ DialogID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string DialogID { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.DialogID : string
Public ReadOnly Property DialogID As String

Property Value

The ID of the dialog box class represented by the object.

Attributes

Examples

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

Applies to