ArcFM Responder Mobile Developer Guide
BrandedIcon Property






Returns a reference to the MM.ico
Syntax
'Declaration
 
Public Shared ReadOnly Property BrandedIcon As System.Drawing.Icon
'Usage
 
Dim value As System.Drawing.Icon
 
value = Resourcer.BrandedIcon
public static System.Drawing.Icon BrandedIcon {get;}
public read-only property BrandedIcon: System.Drawing.Icon; static; 
public static function get BrandedIcon : System.Drawing.Icon
public: __property static System.Drawing.Icon* get_BrandedIcon();
public:
static property System.Drawing.Icon^ BrandedIcon {
   System.Drawing.Icon^ get();
}
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

Resourcer Class
Resourcer Members

Send Feedback