ShellBrowserIconNumber Property |
Use IconNumber to get the number of the icon for the current object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public int IconNumber { get; }
Public ReadOnly Property IconNumber As Integer
Get
public:
property int IconNumber {
int get ();
}
member IconNumber : int with get
Property Value
Type:
Int32Remarks
IconNumber contains the number of the icon in the system image list.
See Also