ShellBrowserSelectedIconNumber Property |
Use SelectedIconNumber to get the number of the 'opened' icon for the current object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int SelectedIconNumber { get; }
Public ReadOnly Property SelectedIconNumber As Integer
Get
public:
property int SelectedIconNumber {
int get ();
}
member SelectedIconNumber : int with get
Property Value
Type:
Int32Remarks
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