Intersoft ClientUI Documentation
IconLarge Property (UXWindow)



Gets or sets the large version of the window's icon which commonly used in task bar or other UI that requires large icon display. The recommended image size for IconLarge is 48x48.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IconLarge As ImageSource
Dim instance As UXWindow
Dim value As ImageSource
 
instance.IconLarge = value
 
value = instance.IconLarge
[CategoryAttribute("Common Properties")]
public ImageSource IconLarge {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ImageSource^ IconLarge {
   ImageSource^ get();
   void set (    ImageSource^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXWindow Class
UXWindow Members

Send Feedback