Component_CroSecPropsIcon Property
Override this function to supply a custom icon (24x24 pixels). The result of this property is cached,
so don't worry if icon retrieval is not very fast.
Namespace: Karamba.GHopper.UtilitiesAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected 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
Bitmap