C-DEngine 5.105

nmiScreen..::..HidePins Property

Hides the pins on a Screen

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> HidePins { get; set; }
Public Property HidePins As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> HidePins {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}