Adds a CPropertyPage-derived page to an
ISWPropertySheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddPage( _
ByVal Page As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISWPropertySheet
Dim Page As Integer
Dim value As Integer
value = instance.AddPage(Page)
|
C# | |
---|
int AddPage(
int Page
) |
C++/CLI | |
---|
int AddPage(
& int Page
) |
Parameters
- Page
- Pointer to the CPropertyPage to add, cast to a long
Return Value
True if successful, false if not
Remarks
See Also