ArcFM Responder Mobile Developer Guide
StoredDisplayName Property (IMMInsetFrame2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property StoredDisplayName As IMMStoredDisplayName
'Usage
 
Dim instance As IMMInsetFrame2
Dim value As IMMStoredDisplayName
 
instance.StoredDisplayName = value
 
value = instance.StoredDisplayName
[System.Runtime.InteropServices.DispId(1610678272)]
IMMStoredDisplayName StoredDisplayName {get; set;}
read-write property StoredDisplayName: IMMStoredDisplayName; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set StoredDisplayName : IMMStoredDisplayName
[System.Runtime.InteropServices.DispId(1610678272)]
__property IMMStoredDisplayName* get_StoredDisplayName();
__property void set_StoredDisplayName( 
   IMMStoredDisplayName* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property IMMStoredDisplayName^ StoredDisplayName {
   IMMStoredDisplayName^ get();
   void set (    IMMStoredDisplayName^ 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

IMMInsetFrame2 Interface
IMMInsetFrame2 Members

Send Feedback