SpreadsheetGear 2017
DropDownButton Class
Members 






SpreadsheetGear.Windows.Controls Namespace : DropDownButton Class
Represents an individual drop down button used to interact with auto filters and data validation.
Object Model
DropDownButton Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.Markup.ContentPropertyAttribute("Content", True)>
Public Class DropDownButton 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As DropDownButton
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public class DropDownButton : System.Windows.Controls.ContentControl 
public class DropDownButton = class(System.Windows.Controls.ContentControl)
System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")
System.Windows.Markup.ContentPropertyAttribute("Content", )
public class DropDownButton extends System.Windows.Controls.ContentControl
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public __gc class DropDownButton : public System.Windows.Controls.ContentControl 
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public ref class DropDownButton : public System.Windows.Controls.ContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  SpreadsheetGear.Windows.Controls.DropDownButton

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

DropDownButton Members
SpreadsheetGear.Windows.Controls Namespace