Nevron .NET Vision
Nevron.Diagram Namespace / NErmShape Class / CreateInplaceEditControl Method


In This Topic
    CreateInplaceEditControl Method (NErmShape)
    In This Topic
    Creates an inplace edit control. Overriden to delegate the call to the contained text primitive instead of the default label
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateInplaceEditControl() As System.Windows.Forms.Control
    'Usage
     
    
    Dim instance As NErmShape
    Dim value As System.Windows.Forms.Control
     
    value = instance.CreateInplaceEditControl()
    public override System.Windows.Forms.Control CreateInplaceEditControl()

    Return Value

    control which must implement the INInplaceEditControl interface
    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