Gets the insert button style.

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

Syntax

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

Field Value

The insert button style.

See Also