Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string CommandName { get; set; }
Visual Basic
Public Property CommandName As String
	Get
	Set
Visual C++
public:
virtual property String^ CommandName {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract CommandName : string with get, set
override CommandName : string with get, set

Property Value

Type: String

Implements

IButtonControl..::..CommandName

See Also