Indicates whether the MinMouseMove property should be serialized by Visual Studio designer.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
protected virtual bool ShouldSerializeMinMouseMove()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeMinMouseMove As Boolean
Visual C++
protected:
virtual bool ShouldSerializeMinMouseMove()

Return Value

True if the property has changed from its default; false otherwise.

See Also