Indicates whether the AutoScrollMinSize property should be persisted.
[Visual Basic] Public Function ShouldPersistAutoScrollMinSize() As Boolean [C#] public bool ShouldPersistAutoScrollMinSize(); [C++] public: bool ShouldPersistAutoScrollMinSize(); [JScript] public function ShouldPersistAutoScrollMinSize() : Boolean;
true if the property value has changed from its default; otherwise, false.
You typically use this method if you are either creating a designer for the ScrollableControl or creating your own control incorporating the ScrollableControl class.
ScrollableControl Class | ScrollableControl Members | System.WinForms Namespace | ShouldPersistAutoScrollPosition | ShouldPersistAutoScrollMargin