BCGSoft.Controls.PropertyList Namespace > PropertyListItem Class : CreateInPlaceEdit Method |
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).
'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 )
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).
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