CommandLinkWPF Class

Vista Bridge Library

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

Implements a CommandLink button that can be used in WPF user interfaces.
CommandLinkWPF

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

Syntax

C#
public class CommandLinkWPF : UserControl, 
	INotifyPropertyChanged, IComponentConnector
Visual Basic (Declaration)
Public Class CommandLinkWPF _
	Inherits UserControl _
	Implements INotifyPropertyChanged, IComponentConnector
Visual C++
public ref class CommandLinkWPF : public UserControl, 
	INotifyPropertyChanged, IComponentConnector

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls..::.UserControl
                  Microsoft.SDK.Samples.VistaBridge.Controls..::.CommandLinkWPF

See Also