Gets the cancel button style.

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

Syntax

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

Field Value

The cancel button style.

See Also