Version

GetSize(EmbeddableEditorOwnerBase,Object,Boolean,Boolean,Boolean,Int32) Method

Syntax
'Declaration
 
Public Overloads Function GetSize( _
   ByVal owner As Infragistics.Win.EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal valueOnly As Boolean, _
   ByVal full As Boolean, _
   ByVal borders As Boolean, _
   ByVal maxTextWidth As Integer _
) As Size
public Size GetSize( 
   Infragistics.Win.EmbeddableEditorOwnerBase owner,
   object ownerContext,
   bool valueOnly,
   bool full,
   bool borders,
   int maxTextWidth
)

Parameters

owner
ownerContext
valueOnly
full
borders
maxTextWidth
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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