Link.ImageIndex Property
Gets or sets the index of the image to use in the list view.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int ImageIndex { get; set; }
public:
property int ImageIndex {
int get();
void set(int value);
}
Public Property ImageIndex As Integer
Property Value
Type: System.Int32
An System.Int32.
See Also
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top