GH_CapsuleRenderEngine.GetPaletteStyle Method (GH_Palette, Boolean, Boolean, Boolean)

GH_CapsuleRenderEngineGetPaletteStyle Method (GH_Palette, Boolean, Boolean, Boolean)

Note: This API is now obsolete.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("this method has been replaced by GetImpliedStyle")]
public static GH_PaletteStyle GetPaletteStyle(
	GH_Palette palette,
	bool selected,
	bool locked,
	bool hidden
)
<ObsoleteAttribute("this method has been replaced by GetImpliedStyle")>
Public Shared Function GetPaletteStyle ( 
	palette As GH_Palette,
	selected As Boolean,
	locked As Boolean,
	hidden As Boolean
) As GH_PaletteStyle

Parameters

palette
Type: Grasshopper.GUI.CanvasGH_Palette
selected
Type: SystemBoolean
locked
Type: SystemBoolean
hidden
Type: SystemBoolean

Return Value

Type: GH_PaletteStyle
See Also