ArcFM Responder Mobile Developer Guide
SourceObject Property (MMAutoTextElementClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable Property SourceObject As IMMAutoTextSource
'Usage
 
Dim instance As MMAutoTextElementClass
Dim value As IMMAutoTextSource
 
instance.SourceObject = value
 
value = instance.SourceObject
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual IMMAutoTextSource SourceObject {get; set;}
public read-write property SourceObject: IMMAutoTextSource; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get,set SourceObject : IMMAutoTextSource
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual IMMAutoTextSource* get_SourceObject();
public: __property virtual void set_SourceObject( 
   IMMAutoTextSource* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual property IMMAutoTextSource^ SourceObject {
   IMMAutoTextSource^ get();
   void set (    IMMAutoTextSource^ 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

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback