ShellBrowserSelectedIconNumber Property |
Use SelectedIconNumber to get the number of the 'opened' icon for the current object.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int SelectedIconNumber { get; }Public ReadOnly Property SelectedIconNumber As Integer
Get
public:
property int SelectedIconNumber {
int get ();
}member SelectedIconNumber : int with get
Property Value
Int32
Remarks
SelectedIconNumber contains the number of the 'opened' icon in the system image list. Only the selected icons of folder objects will differ from the normal icon.
See Also