GrapeCity.Win.MultiRow Namespace > TextBoxCell Class : ScrollBars Property |
<DefaultValueAttribute()> <LocalizableAttribute(True)> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("Indicates the behavior of the scroll bars in the TextBoxCell.")> Public Property ScrollBars As ScrollBars
Dim instance As TextBoxCell Dim value As ScrollBars instance.ScrollBars = value value = instance.ScrollBars
[DefaultValue()] [Localizable(true)] [SRCategory("Appearance")] [SRDescription("Indicates the behavior of the scroll bars in the TextBoxCell.")] public ScrollBars ScrollBars {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The specified value is not a System.Windows.Forms.ScrollBars value. |
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