Intersoft ClientUI Documentation
UXFlatToggleButton Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : UXFlatToggleButton Class






Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.

Object Model

UXFlatToggleButton Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.")>
Public Class UXFlatToggleButton 
   Inherits UXToggleButton
   Implements IControlIFramework, ILicensing, INavigationSourceINavigationSupportICommandSourceIKeyboardFocus 
Visual Basic (Usage)Copy Code
Dim instance As UXFlatToggleButton
C# 
[DescriptionAttribute("Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.")]
public class UXFlatToggleButton : UXToggleButton, IControlIFramework, ILicensing, INavigationSourceINavigationSupportICommandSourceIKeyboardFocus  
Delphi 
public class UXFlatToggleButton = class(UXToggleButton, IControl, IFramework, ILicensing, INavigationSource, INavigationSupport, ICommandSource, IKeyboardFocus)
JScript 
DescriptionAttribute("Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.")
public class UXFlatToggleButton extends UXToggleButton implements IControlIFramework, ILicensing, INavigationSourceINavigationSupportICommandSourceIKeyboardFocus 
Managed Extensions for C++ 
[DescriptionAttribute("Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.")]
public __gc class UXFlatToggleButton : public UXToggleButton, IControlIFramework, ILicensing, INavigationSourceINavigationSupportICommandSourceIKeyboardFocus  
C++/CLI 
[DescriptionAttribute("Represents a flat-style button control supporting toggle behavior with customizable display mode, keyboard support and routed command.")]
public ref class UXFlatToggleButton : public UXToggleButton, IControlIFramework, ILicensing, INavigationSourceINavigationSupportICommandSourceIKeyboardFocus  

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.UI.Aqua.UXButton
                              Intersoft.Client.UI.Aqua.UXToggleButton
                                 Intersoft.Client.UI.Aqua.UXFlatToggleButton

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.