Show the application window - 0=min,1=normal,2=max
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Show(
short showcmd = 1
)
Sub Show (
Optional showcmd As Short = 1
)
Dim instance As IApplication
Dim showcmd As Short
instance.Show(showcmd)
void Show(
[InAttribute] short showcmd = 1
)
Parameters
- showcmd (Optional)
- Type: SystemInt16
See Also