Intersoft ClientUI Documentation
Icon Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonGalleryItem Class : Icon Property






Gets or sets a value that specifies the icon.

Syntax

Visual Basic (Declaration) 
Public Property Icon As ImageSource
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonGalleryItem
Dim value As ImageSource
 
instance.Icon = value
 
value = instance.Icon
C# 
public ImageSource Icon {get; set;}
Delphi 
public read-write property Icon: ImageSource; 
JScript 
public function get,set Icon : ImageSource
Managed Extensions for C++ 
public: __property ImageSource* get_Icon();
public: __property void set_Icon( 
   ImageSource* value
);
C++/CLI 
public:
property ImageSource^ Icon {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

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.