SOApplicationClassShow Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void Show(
short showcmd = 1
)
Public Overridable Sub Show (
Optional showcmd As Short = 1
)
Dim instance As SOApplicationClass
Dim showcmd As Short
instance.Show(showcmd)
public:
virtual void Show(
[InAttribute] short showcmd = 1
)
Parameters
- showcmd (Optional)
- Type: SystemInt16
Implements
IApplicationShow(Int16)
See Also