CommandLinkWinForms Class

Vista Bridge Library

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

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

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

Syntax

C#
public class CommandLinkWinForms : Button
Visual Basic (Declaration)
Public Class CommandLinkWinForms _
	Inherits Button
Visual C++
public ref class CommandLinkWinForms : public Button

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ButtonBase
          System.Windows.Forms..::.Button
            Microsoft.SDK.Samples.VistaBridge.Controls..::.CommandLinkWinForms

See Also