'Declaration
Protected Shadows Sub ResetSize()
'Usage
Dim instance As BrowseControl instance.ResetSize()
protected new void ResetSize()
protected: new void ResetSize();
'Declaration
Protected Shadows Sub ResetSize()
'Usage
Dim instance As BrowseControl instance.ResetSize()
protected new void ResetSize()
protected: new void ResetSize();
This method is commonly used in conjunction with the ShouldSerialize<PropertyName>
method. See also Use Reset and ShouldSerialize to control a property (Windows Forms .NET) for more information.