Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ResetPicture Method


In This Topic
    ResetPicture Method
    In This Topic
    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