BCGControlBar Library for .NET
CreateInPlaceEdit Method (PropertyListItem)




The bounding rectangle of the edit control.

Specifies whether to use the default property format (TRUE) when setting the text to edit control, or not (FALSE).

The function is called by the framework to create an in-place edit control for a property.
Syntax
'Declaration
 
Public Overridable Function CreateInPlaceEdit( _
   ByVal rectEdit As Rectangle, _
   ByRef defaultFormat As Boolean _
) As Control
'Usage
 
Dim instance As PropertyListItem
Dim rectEdit As Rectangle
Dim defaultFormat As Boolean
Dim value As Control
 
value = instance.CreateInPlaceEdit(rectEdit, defaultFormat)
public virtual Control CreateInPlaceEdit( 
   Rectangle rectEdit,
   ref bool defaultFormat
)
public: virtual Control* CreateInPlaceEdit( 
   Rectangle rectEdit,
   ref bool defaultFormat
) 
public:
virtual Control^ CreateInPlaceEdit( 
   Rectangle rectEdit,
   bool% defaultFormat
) 

Parameters

rectEdit

The bounding rectangle of the edit control.

defaultFormat

Specifies whether to use the default property format (TRUE) when setting the text to edit control, or not (FALSE).

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

PropertyListItem Class
PropertyListItem Members

Send Feedback