BCGControlBar Library for .NET
CreateInPlaceEdit Method (PropertyListColorItem)




The boundaries of the place edit control.
Called by the framework when the user starts to edit the property item. Creates a specified control to edit the value of the property.
Syntax
'Declaration
 
Public Overrides Function CreateInPlaceEdit( _
   ByVal rectEdit As Rectangle, _
   ByRef defaultFormat As Boolean _
) As Control
'Usage
 
Dim instance As PropertyListColorItem
Dim rectEdit As Rectangle
Dim defaultFormat As Boolean
Dim value As Control
 
value = instance.CreateInPlaceEdit(rectEdit, defaultFormat)
public override Control CreateInPlaceEdit( 
   Rectangle rectEdit,
   ref bool defaultFormat
)
public: Control* CreateInPlaceEdit( 
   Rectangle rectEdit,
   ref bool defaultFormat
) override 
public:
Control^ CreateInPlaceEdit( 
   Rectangle rectEdit,
   bool% defaultFormat
) override 

Parameters

rectEdit
The boundaries of the place edit control.
defaultFormat
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

PropertyListColorItem Class
PropertyListColorItem Members
Base Implementation in CreateInPlaceEdit

Send Feedback