Gets or sets the programmatic identifier assigned to the Cute Editor control.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override string ID { get; set; }
Visual Basic
Public Overrides Property ID As String
	Get
	Set
Visual C++
public:
virtual property String^ ID {
	String^ get () override;
	void set (String^ value) override;
}

See Also