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