VerticalIndicatorScrollBarShouldSerializeScrollBarColor Method

Indicates whether the ScrollBarColor property should be persisted in Visual Studio designer's automatically generated code.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
protected virtual bool ShouldSerializeScrollBarColor()

Return Value

Boolean
true if the property value has changed from its default; otherwise, false.

See Also