ArcFM Responder Mobile Developer Guide
IFrameElement_Background Property






Syntax
'Declaration
 
Public Overridable Property IFrameElement_Background As ESRI.ArcGIS.Carto.IBackground
'Usage
 
Dim instance As MMMapSurroundFrameClass
Dim value As ESRI.ArcGIS.Carto.IBackground
 
instance.IFrameElement_Background = value
 
value = instance.IFrameElement_Background
public virtual ESRI.ArcGIS.Carto.IBackground IFrameElement_Background {get; set;}
public read-write property IFrameElement_Background: ESRI.ArcGIS.Carto.IBackground; virtual; 
public function get,set IFrameElement_Background : ESRI.ArcGIS.Carto.IBackground
public: __property virtual ESRI.ArcGIS.Carto.IBackground* get_IFrameElement_Background();
public: __property virtual void set_IFrameElement_Background( 
   ESRI.ArcGIS.Carto.IBackground* value
);
public:
virtual property ESRI.ArcGIS.Carto.IBackground^ IFrameElement_Background {
   ESRI.ArcGIS.Carto.IBackground^ get();
   void set (    ESRI.ArcGIS.Carto.IBackground^ 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

MMMapSurroundFrameClass Class
MMMapSurroundFrameClass Members

Send Feedback