Gets or sets the bottom template. This property allows developers add controls to the bottom of the Editor control.

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

Syntax

C#
public ITemplate BottomTemplate { get; set; }
Visual Basic
Public Property BottomTemplate As ITemplate
	Get
	Set
Visual C++
public:
property ITemplate^ BottomTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

See Also