Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / ToolBarButton Class / Control Property


In This Topic
    Control Property
    In This Topic
    Gest or sets the control this button will display. Only works with Style set to ToolBarButtonStyle.Control.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    <DescriptionAttribute("The control this button will display. Applies only with Style set to ToolBarButtonStyle.Control")>
    Public Property Control As Control
    'Usage
     
    Dim instance As ToolBarButton
    Dim value As Control
     
    instance.Control = value
     
    value = instance.Control
    [DefaultValue("")]
    [Description("The control this button will display. Applies only with Style set to ToolBarButtonStyle.Control")]
    public Control Control {get; set;}
    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