ScrollBarConfigurationShouldSerializeTrackLineColor Method

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

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
protected virtual bool ShouldSerializeTrackLineColor()

Return Value

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

See Also