Click or drag to resize

ShellControlHelperSetEditableCaption(IntPtr, String) Method

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

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

Parameters

pEditControlHandle  IntPtr
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  String
The text that should appear on editing.
See Also