Spread Windows Forms 12.0 Product Documentation
ResetPicture Method (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : ResetPicture Method
Resets the picture for the control to its default value.
Syntax
'Declaration
 
Public Overridable Sub ResetPicture() 
'Usage
 
Dim instance As ElementControl
 
instance.ResetPicture()
public virtual void ResetPicture()
Remarks

Use this method to reset the Picture property to its default value.

To reset the PictureTransparencyColor property, use the ResetPictureTransparencyColor method.

See Also

Reference

ElementControl Class
ElementControl Members
Picture Property
ResetPictureTransparencyColor Method