Allow user to change the IFrame's Style

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

Syntax

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

See Also