Smart Tile Control
Smart Tile Control

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class SmartTile : Button, IDisposable, 
	IServiceProvider
Visual Basic
Public Class SmartTile _
	Inherits Button _
	Implements IDisposable, IServiceProvider
JScript
public class SmartTile extends Button implements IDisposable, IServiceProvider

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.Primitives..::..ButtonBase
                  System.Windows.Controls..::..Button
                    Ico.Windows.Controls..::..SmartTile

See Also