ToolboxAttribute..::..Visible Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Visible { get; set; }
Public Property Visible As Boolean
	Get
	Set
public:
property bool^ Visible {
	bool^ get ();
	void set (bool^ value);
}