ShellComboItem Constructor (ItemIdList, String, Int32, Boolean) |
Sets up a ShellComboItem.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellComboItem(
ItemIdList p_PIDL,
string p_Caption,
int p_Indent,
bool p_Persistent
)
Public Sub New (
p_PIDL As ItemIdList,
p_Caption As String,
p_Indent As Integer,
p_Persistent As Boolean
)
public:
ShellComboItem(
ItemIdList^ p_PIDL,
String^ p_Caption,
int p_Indent,
bool p_Persistent
)
new :
p_PIDL : ItemIdList *
p_Caption : string *
p_Indent : int *
p_Persistent : bool -> ShellComboItem
Parameters
- p_PIDL
- Type: Jam.ShellItemIdList
Its ItemIdList - p_Caption
- Type: SystemString
the caption displayed in the dropdown-menu - p_Indent
- Type: SystemInt32
The Indentation of the item if displayed in the tree structure - p_Persistent
- Type: SystemBoolean
true if the the Item is persistent
See Also