OnSubmitSelection Method (IPropertyManagerPage2Handler3)
Obsolete. Superseded by IPropertyManagerPage2Handler5::OnSubmitSelection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnSubmitSelection( _
ByVal Id As Integer, _
ByVal Selection As Object, _
ByVal SelType As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler3
Dim Id As Integer
Dim Selection As Object
Dim SelType As Integer
Dim value As Boolean
value = instance.OnSubmitSelection(Id, Selection, SelType)
|
Parameters
- Id
-
- Selection
-
- SelType
-
See Also