Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Indicates if Control is Editable via the GuiDesigner mode.

Namespace: Visual3D.UI
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool IsEditable { get; set; }
Public Property IsEditable As Boolean
	Get
	Set

See Also