ArcFM Responder Mobile Developer Guide
ClipCaption Property (IMMInsetFrame3)






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