C-DEngine 5.105

nmiDashboardTile..::..HidePinPins Property

Hides only the pinning Pins

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

Syntax


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