RadioTableItem.Icon Property
Gets or sets the icon for the radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Image Icon { get; set; }
public:
property Image^ Icon {
Image^ get();
void set(Image^ value);
}
Public Property Icon As Image
Property Value
Type: System.Drawing.Image
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top