ObjectPropertiesPage.PageIconEmbeddedResourceString Property

ObjectPropertiesPagePageIconEmbeddedResourceString Property

Resource string for a embedded icon resource in the assembly containing the page instance. If this returns a valid resource and Rhino can load the icon the loaed icon will get used directly otherwise; the PageIcon method will get called.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual string PageIconEmbeddedResourceString { get; }
Public Overridable ReadOnly Property PageIconEmbeddedResourceString As String
	Get

Property Value

Type: String
The page icon embedded resource string.
Version Information

Rhino for Windows

Supported in: 6.8
See Also