ParentControlDesigner::DrawGrid Property

 

Gets or sets a value indicating whether a grid should be drawn on the control for this designer.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property bool DrawGrid {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if a grid should be drawn on the control in the designer; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: