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