ShellTreeViewLargeIcons Property |
Set or get the ImageSize. True for LargeIcons, false for SmallIcons.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool LargeIcons { get; set; }Public Property LargeIcons As Boolean
Get
Set
public:
property bool LargeIcons {
bool get ();
void set (bool value);
}member LargeIcons : bool with get, set
Property Value
Boolean
See Also