ArcFM Responder Mobile Developer Guide
IFrameProperties_Background Property






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