IApplicationEventsViewPreShow Method |
method ViewPreShow
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ViewPreShow(
string NamedControlText,
int HWnd
)
Sub ViewPreShow (
NamedControlText As String,
HWnd As Integer
)
Dim instance As IApplicationEvents
Dim NamedControlText As String
Dim HWnd As Integer
instance.ViewPreShow(NamedControlText,
HWnd)
void ViewPreShow(
[InAttribute] String^ NamedControlText,
[InAttribute] int HWnd
)
Parameters
- NamedControlText
- Type: SystemString
- HWnd
- Type: SystemInt32
See Also