Get the id of the IFrame

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

Syntax

C#
public string FrameID { get; }
Visual Basic
Public ReadOnly Property FrameID As String
	Get
Visual C++
public:
property String^ FrameID {
	String^ get ();
}

See Also