Called when the application that host the UXShell object is stopped.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub StopService() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXShell
instance.StopService() |
C# | |
---|
public void StopService() |
Delphi | |
---|
public procedure StopService(); |
JScript | |
---|
public function StopService(); |
Managed Extensions for C++ | |
---|
public: void StopService(); |
C++/CLI | |
---|
public:
void StopService(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also