Intersoft ClientUI Documentation
ISButton Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : ISButton Class






Serves as the base class for all Intersoft Button controls

Object Model

ISButton Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ISButton 
   Inherits System.Windows.Controls.Button
   Implements IControlIFrameworkICommandSourceIKeyboardFocus 
Visual Basic (Usage)Copy Code
Dim instance As ISButton
C# 
public abstract class ISButton : System.Windows.Controls.Button, IControlIFrameworkICommandSourceIKeyboardFocus  
Delphi 
public class ISButton = class(System.Windows.Controls.Button, IControl, IFramework, ICommandSource, IKeyboardFocus)abstract; 
JScript 
public abstract class ISButton extends System.Windows.Controls.Button implements IControlIFrameworkICommandSourceIKeyboardFocus 
Managed Extensions for C++ 
public __gc abstract class ISButton : public System.Windows.Controls.Button, IControlIFrameworkICommandSourceIKeyboardFocus  
C++/CLI 
public ref class ISButton abstract : public System.Windows.Controls.Button, IControlIFrameworkICommandSourceIKeyboardFocus  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  System.Windows.Controls.Primitives.ButtonBase
                     System.Windows.Controls.Button
                        Intersoft.Client.Framework.ISButton
                           Intersoft.Client.Documents.UXDocumentLink
                           Intersoft.Client.UI.Aqua.UXButton
                           Intersoft.Client.UI.Aqua.UXInput.UXRatingItem
                           Intersoft.Client.UI.Controls.GlassButton

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.