Xceed Chart for WinForms v4.4 Documentation
Control Property


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > ToolBarButton Class : Control Property
Gest or sets the control this button will display. Only works with Style set to ToolBarButtonStyle.Control.
Syntax
'Declaration
 
<DescriptionAttribute("The control this button will display. Applies only with Style set to ToolBarButtonStyle.Control")>
<DefaultValueAttribute()>
Public Property Control As Control
'Usage
 
Dim instance As ToolBarButton
Dim value As Control
 
instance.Control = value
 
value = instance.Control
[Description("The control this button will display. Applies only with Style set to ToolBarButtonStyle.Control")]
[DefaultValue()]
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

Reference

ToolBarButton Class
ToolBarButton Members