Intersoft ClientUI Documentation
SystemIconElement Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : SystemIconElement Property






Gets the system icon element of the window.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SystemIconElement As Image
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim value As Image
 
value = instance.SystemIconElement
C# 
public Image SystemIconElement {get;}
Delphi 
public read-only property SystemIconElement: Image; 
JScript 
public function get SystemIconElement : Image
Managed Extensions for C++ 
public: __property Image* get_SystemIconElement();
C++/CLI 
public:
property Image^ SystemIconElement {
   Image^ get();
}

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

© 2012 All Rights Reserved.