GrapeCity MultiRow Windows Forms Documentation
ScrollBars Property (RichTextBoxCell)


Gets or sets the type of scroll bars to display in the edit state of the RichTextBoxCell.
Syntax
<SRCategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the behavior of the scroll bars in the RichTextBoxCell.")>
Public Property ScrollBars As RichTextBoxScrollBars
Dim instance As RichTextBoxCell
Dim value As RichTextBoxScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
[SRCategory("Appearance")]
[Localizable(true)]
[DefaultValue()]
[SRDescription("Indicates the behavior of the scroll bars in the RichTextBoxCell.")]
public RichTextBoxScrollBars ScrollBars {get; set;}

Property Value

One of the System.Windows.Forms.RichTextBoxScrollBars values. The default is System.Windows.Forms.RichTextBoxScrollBars.Both.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the System.Windows.Forms.RichTextBoxScrollBars values.
Remarks
Please refer to the System.Windows.Forms.RichTextBox control's remarks in MSDN.
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

RichTextBoxCell Class
RichTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.