Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public string ActionHeaderText { get; set; } | 
| Visual Basic | 
|---|
| Public Property ActionHeaderText As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ ActionHeaderText {
	String^ get ();
	void set (String^ value);
} | 
 See Also
See Also