Indicates whether the
ShowToolsSeparators 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 ShouldSerializeShowToolsSeparators() |
Visual Basic (Declaration) |
---|
Protected Overridable Function ShouldSerializeShowToolsSeparators As Boolean |
Visual C++ |
---|
protected:
virtual bool ShouldSerializeShowToolsSeparators() |
Return Value
True if the property has changed from its default;
false otherwise.
See Also