Command Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Microsoft.SDK.Samples.VistaBridge.Controls.CommandLinkWPF.Command]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Controls
Assembly:  VistaBridgeControls (in VistaBridgeControls.dll) Version: 1.3.0.0 (1.3.0.0)

Syntax

C#
public RoutedUICommand Command { get; set; }
Visual Basic (Declaration)
Public Property Command As RoutedUICommand
Visual C++
public:
property RoutedUICommand^ Command {
	RoutedUICommand^ get ();
	void set (RoutedUICommand^ value);
}

See Also