ShortcutFileInfoIconIndex Property
Gets or sets the image index within the icon file.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
<EditorAttribute(GetType(ShortcutFileInfoIconIndexEditor), GetType(UITypeEditor))>
<DefaultValueAttribute(0)>
Public Property IconIndex As Integer
Get
Set
Dim instance As ShortcutFileInfo
Dim value As Integer
value = instance.IconIndex
instance.IconIndex = value
public:
[EditorAttribute(typeof(ShortcutFileInfoIconIndexEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(0)]
property int IconIndex {
int get ();
void set (int value);
}
No code example is currently available or this language may not be supported.
Property Value
Int32