Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public bool Selectable { get; set; } | 
| Visual Basic | 
|---|
| Public Property Selectable As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property bool Selectable {
	bool get ();
	void set (bool value);
} | 
 See Also
See Also