VCDialogExtender.DialogID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.