ArcFM Responder Mobile Developer Guide
SuppressOverflowText Property (IMMInsetFrame3)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610809352)>
Property SuppressOverflowText As System.Boolean
'Usage
 
Dim instance As IMMInsetFrame3
Dim value As System.Boolean
 
instance.SuppressOverflowText = value
 
value = instance.SuppressOverflowText
[System.Runtime.InteropServices.DispId(1610809352)]
System.bool SuppressOverflowText {get; set;}
read-write property SuppressOverflowText: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610809352)
function get,set SuppressOverflowText : System.boolean
[System.Runtime.InteropServices.DispId(1610809352)]
__property System.bool get_SuppressOverflowText();
__property void set_SuppressOverflowText( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610809352)]
property System.bool SuppressOverflowText {
   System.bool get();
   void set (    System.bool 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

IMMInsetFrame3 Interface
IMMInsetFrame3 Members

Send Feedback