|
GetCellsComponent_Icon Property
|
Provides an Icon for every component that will be visible in the User Interface.
Icons need to be 24x24 pixels.
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxprotected override Bitmap Icon { get; }
Protected Overrides ReadOnly Property Icon As Bitmap
Get
protected:
virtual property Bitmap^ Icon {
Bitmap^ get () override;
}
abstract Icon : Bitmap with get
override Icon : Bitmap with get
Property Value
Type:
Bitmap
See Also