|
RuntimeComponentDataCachedIcon Property
|
Get cached component icon.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic Bitmap CachedIcon { get; }
Public ReadOnly Property CachedIcon As Bitmap
Get
public:
property Bitmap^ CachedIcon {
Bitmap^ get ();
}
member CachedIcon : Bitmap with get
Property Value
Type:
Bitmap
See Also