GrapeCity MultiRow Windows Forms Documentation
Enabled Property (TouchToolBarButton)


Gets or sets a value that indicates whether the parent control of the System.Windows.Forms.ToolStripItem is enabled.
Syntax
Public Overrides Property Enabled As Boolean
Dim instance As TouchToolBarButton
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public override bool Enabled {get; set;}

Property Value

true if the parent control of the System.Windows.Forms.ToolStripItem is enabled; otherwise, false. The default is true.
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

TouchToolBarButton Class
TouchToolBarButton Members

 

 


Copyright © GrapeCity, inc. All rights reserved.