Click or drag to resize

ShellControlHelperSetEditableCaption Method (IntPtr, String)

Sets the editable caption of the editable component of a control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static void SetEditableCaption(
	IntPtr pEditControlHandle,
	string pLabelText
)

Parameters

pEditControlHandle
Type: SystemIntPtr
The handle of the edit control of the component, the editable text is applied to. Retrievable e.g. by LVM.LVM_GETEDITCONTROL for a ListView.
pLabelText
Type: SystemString
The text that should appear on editing.
See Also