AbstractMenuCommandLocationIcon Property |
The name of the icon that will be shown next to the menu item.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string Icon { get; set; }
Public Property Icon As String
Get
Set
public:
property String^ Icon {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also