Click or drag to resize

CauldronUICommand Constructor (String)

Initializes a new instance of the CauldronUICommand class

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public CauldronUICommand(
	string label
)

Parameters

label
Type: SystemString
The label of the command button
See Also