Xceed SmartUI for WinForms v3.6 Documentation
ButtonBaseNode Class
Members 


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.OptionList Namespace : ButtonBaseNode Class
Represents any button type SmartItem and exposes properties and methods that allow their manipulations.
Syntax
'Declaration
 
<DescriptionAttribute("Represents any button type SmartItem and exposes properties and methods that allow their manipulations.")>
Public MustInherit Class ButtonBaseNode 
   Inherits Node
   Implements Xceed.SmartUI.IExpandable 
'Usage
 
Dim instance As ButtonBaseNode
[Description("Represents any button type SmartItem and exposes properties and methods that allow their manipulations.")]
public abstract class ButtonBaseNode : Node, Xceed.SmartUI.IExpandable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Xceed.SmartUI.SmartItem
            Xceed.SmartUI.Controls.TreeView.Node
               Xceed.SmartUI.Controls.OptionList.Node
                  Xceed.SmartUI.Controls.OptionList.ButtonBaseNode
                     Xceed.SmartUI.Controls.OptionList.CheckBoxNode
                     Xceed.SmartUI.Controls.OptionList.RadioButtonNode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ButtonBaseNode Members
Xceed.SmartUI.Controls.OptionList Namespace